Initialize with tsdx

This commit is contained in:
2020-08-12 14:08:39 +05:30
commit 11ea3faeff
9 changed files with 6213 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { sum } from '../src';
describe('blah', () => {
it('works', () => {
expect(sum(1, 1)).toEqual(2);
});
});