diff --git a/.eslintignore b/.eslintignore index f2e3541e4c..4e1862166b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,4 @@ **/webpack.config.js -**/jest.config.js **/scripts/*.js **/node_modules/** .github/** diff --git a/packages/app/jest.config.js b/packages/app/jest.config.js deleted file mode 100644 index 3745fc2237..0000000000 --- a/packages/app/jest.config.js +++ /dev/null @@ -1,5 +0,0 @@ -/** @type {import('ts-jest').JestConfigWithTsJest} */ -module.exports = { - preset: 'ts-jest', - testEnvironment: 'node', -};