aboutsummaryrefslogtreecommitdiff
path: root/src/index.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.spec.ts')
-rw-r--r--src/index.spec.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/index.spec.ts b/src/index.spec.ts
deleted file mode 100644
index 9f3fef3..0000000
--- a/src/index.spec.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import { x } from './index';
-
-describe('index', () => {
- it('should export x = 1', () => {
- expect(x).toEqual(1);
- });
-});