fix(core): update

This commit is contained in:
2019-02-24 23:14:47 +01:00
parent 4e6738daad
commit cd1c41b513
10 changed files with 336 additions and 105 deletions

View File

@ -27,12 +27,10 @@ tap.test('should get a string for a filePath from a .js file', async () => {
console.log(fileString);
});
tap.test('should accept a typescript registration', async () => {
})
tap.test('should accept a typescript registration', async () => {});
tap.test('should get a string for a file path from a .ts file', async () => {
let fileString = smartinject.getFileString(path.join(__dirname, 'typescript.example.ts'));
})
});
tap.start();