aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/jest.config.js b/jest.config.js
deleted file mode 100644
index 0170761..0000000
--- a/jest.config.js
+++ /dev/null
@@ -1,10 +0,0 @@
-module.exports = {
- preset: 'ts-jest',
- testEnvironment: 'node',
- transform: {
- '^.+\\.tsx?$': [
- 'ts-jest',
- { tsconfig: './tsconfig.spec.json' },
- ],
- },
-};