update dependencies
This commit is contained in:
4
test/test.d.ts
vendored
4
test/test.d.ts
vendored
@ -1,2 +1,2 @@
|
||||
declare let should: any;
|
||||
declare let smartpath: any;
|
||||
import "typings-test";
|
||||
import "should";
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
||||
/// <reference path="../ts/typings/main.d.ts" />
|
||||
let should = require("should");
|
||||
import "typings-test";
|
||||
import "should";
|
||||
let smartpath = require("../dist/index.js");
|
||||
|
||||
describe("smartpath",function(){
|
||||
|
Reference in New Issue
Block a user