add typings-test
This commit is contained in:
parent
132c0bc8b7
commit
d11fe70827
@ -45,6 +45,7 @@
|
|||||||
"easyserve": "^0.0.5",
|
"easyserve": "^0.0.5",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-browser": "^2.1.4",
|
"gulp-browser": "^2.1.4",
|
||||||
"npmts": "^5.1.13"
|
"npmts": "^5.1.13",
|
||||||
|
"typings-test": "^1.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/// <reference path="../ts/typings/main.d.ts" />
|
import "typings-test";
|
||||||
import beautylog = require('../dist/index.js');
|
import beautylog = require('../dist/index.js');
|
||||||
|
|
||||||
describe("beautylog",function(){
|
describe("beautylog",function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user