From 84172a12924e173680fa02205954f6305e0d44aa Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 19 Nov 2019 13:40:17 +0200 Subject: Initial commit - project skeleton --- src/index.spec.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/index.spec.ts (limited to 'src/index.spec.ts') diff --git a/src/index.spec.ts b/src/index.spec.ts new file mode 100644 index 0000000..9f3fef3 --- /dev/null +++ b/src/index.spec.ts @@ -0,0 +1,7 @@ +import { x } from './index'; + +describe('index', () => { + it('should export x = 1', () => { + expect(x).toEqual(1); + }); +}); -- cgit v1.2.3