initial
This commit is contained in:
1
node_modules/npmts-g/test/test.d.ts
generated
vendored
Normal file
1
node_modules/npmts-g/test/test.d.ts
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
import "typings-test";
|
11
node_modules/npmts-g/test/test.js
generated
vendored
Normal file
11
node_modules/npmts-g/test/test.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
require("typings-test");
|
||||
var npmtsG = require("../dist/install");
|
||||
describe("npmtsCheck", function () {
|
||||
it("", function () {
|
||||
this.timeout(10000);
|
||||
npmtsG.installNpmtsGlobally();
|
||||
});
|
||||
});
|
||||
|
||||
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLFFBQU8sY0FFUCxDQUFDLENBRm9CO0FBRXJCLElBQVksTUFBTSxXQUFNLGlCQUFpQixDQUFDLENBQUE7QUFFMUMsUUFBUSxDQUFDLFlBQVksRUFBQztJQUNsQixFQUFFLENBQUMsRUFBRSxFQUFDO1FBQ0YsSUFBSSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNwQixNQUFNLENBQUMsb0JBQW9CLEVBQUUsQ0FBQztJQUNsQyxDQUFDLENBQUMsQ0FBQTtBQUNOLENBQUMsQ0FBQyxDQUFBIiwiZmlsZSI6InRlc3QuanMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgXCJ0eXBpbmdzLXRlc3RcIlxyXG5cclxuaW1wb3J0ICogYXMgbnBtdHNHIGZyb20gXCIuLi9kaXN0L2luc3RhbGxcIjtcclxuXHJcbmRlc2NyaWJlKFwibnBtdHNDaGVja1wiLGZ1bmN0aW9uKCl7XHJcbiAgICBpdChcIlwiLGZ1bmN0aW9uKCl7XHJcbiAgICAgICAgdGhpcy50aW1lb3V0KDEwMDAwKTtcclxuICAgICAgICBucG10c0cuaW5zdGFsbE5wbXRzR2xvYmFsbHkoKTtcclxuICAgIH0pXHJcbn0pIl19
|
10
node_modules/npmts-g/test/test.ts
generated
vendored
Normal file
10
node_modules/npmts-g/test/test.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
import "typings-test"
|
||||
|
||||
import * as npmtsG from "../dist/install";
|
||||
|
||||
describe("npmtsCheck",function(){
|
||||
it("",function(){
|
||||
this.timeout(10000);
|
||||
npmtsG.installNpmtsGlobally();
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user