diff --git a/jest.config.cjs b/jest.config.cjs deleted file mode 100644 index b56e073343..0000000000 --- a/jest.config.cjs +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - clearMocks: true, - modulePathIgnorePatterns: ['/dist/', '/examples/'], - preset: 'ts-jest', - testEnvironment: 'jsdom', -}; diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index c5601825c7..a7726ac324 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -6,7 +6,6 @@ "examples/**/*.ts", ".eslintrc.cjs", ".eslintrc.dist.cjs", - "jest.config.js", "rollup.config.js", "rollup.config.worker.js", "vite.config.mjs"