mirror of
https://github.com/bendtherules/tbl.git
synced 2026-08-19 00:34:43 +00:00
Generate project with yo node-typescript, modifes gitignore by hand
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import * as index from '../src/index';
|
||||
|
||||
test('Should have Greeter available', () => {
|
||||
expect(index.Greeter).toBeTruthy();
|
||||
});
|
||||
Reference in New Issue
Block a user