first working version
This commit is contained in:
12
test/test.ts
Normal file
12
test/test.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import "typings-test";
|
||||
import path = require("path");
|
||||
import "should";
|
||||
|
||||
import npmExtra = require("../dist/index");
|
||||
|
||||
describe("npmextra",function(){
|
||||
it("should read a config file",function(){
|
||||
let testData = npmExtra.dataFor("testTool",path.join(process.cwd(),"test/"));
|
||||
console.log(testData);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user