add typings-test

This commit is contained in:
Philipp Kunz 2016-05-23 14:30:58 +02:00
parent 132c0bc8b7
commit d11fe70827
2 changed files with 3 additions and 2 deletions

View File

@ -45,6 +45,7 @@
"easyserve": "^0.0.5",
"gulp": "^3.9.1",
"gulp-browser": "^2.1.4",
"npmts": "^5.1.13"
"npmts": "^5.1.13",
"typings-test": "^1.0.1"
}
}

View File

@ -1,4 +1,4 @@
/// <reference path="../ts/typings/main.d.ts" />
import "typings-test";
import beautylog = require('../dist/index.js');
describe("beautylog",function(){