10 lines
200 B
TypeScript
10 lines
200 B
TypeScript
|
import "typings-test"
|
||
|
|
||
|
import * as npmtsG from "../dist/install";
|
||
|
|
||
|
describe("npmtsCheck",function(){
|
||
|
it("",function(){
|
||
|
this.timeout(10000);
|
||
|
npmtsG.installNpmtsGlobally();
|
||
|
})
|
||
|
})
|