diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 1715100a..00000000 --- a/jest.config.js +++ /dev/null @@ -1,6 +0,0 @@ -const { defaults } = require('jest-config') - -module.exports = { - testMatch: ['**/tests/**/*.[jt]s?(x)'], - testPathIgnorePatterns: [...defaults.testPathIgnorePatterns, '.history'], -}