10 lines
200 B
TypeScript
Raw Normal View History

2016-06-18 00:24:31 +02:00
import "typings-test"
import * as npmtsG from "../dist/install";
describe("npmtsCheck",function(){
it("",function(){
this.timeout(10000);
npmtsG.installNpmtsGlobally();
})
})