From 225dc61521e4e38f99c97bf6cca8b7186f77aa05 Mon Sep 17 00:00:00 2001 From: DarkSky Date: Mon, 9 Jan 2023 11:52:28 +0800 Subject: [PATCH] chore: cleanup jest config --- .eslintignore | 1 - packages/app/jest.config.js | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 packages/app/jest.config.js 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', -};