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