aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/jest.config.js')
-rw-r--r--packages/instant/jest.config.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/instant/jest.config.js b/packages/instant/jest.config.js
deleted file mode 100644
index 29c365835..000000000
--- a/packages/instant/jest.config.js
+++ /dev/null
@@ -1,10 +0,0 @@
-module.exports = {
- roots: ['<rootDir>/test'],
- coverageDirectory: 'coverage',
- transform: {
- '.*.tsx?$': 'ts-jest',
- },
- testRegex: '(/__test__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
- moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
- collectCoverageFrom: ['src/**/*.{ts,tsx}', '!src/index.tsx'],
-};