From e1a5aa65f1fdd2bba28a0f4c27d14a4c6f0f0940 Mon Sep 17 00:00:00 2001 From: Max Neuvians Date: Mon, 25 Mar 2024 16:44:43 -0400 Subject: [PATCH] remove: jest.test.config --- jest.config.json | 52 ------------------------------------------------ 1 file changed, 52 deletions(-) delete mode 100644 jest.config.json diff --git a/jest.config.json b/jest.config.json deleted file mode 100644 index f4f4260..0000000 --- a/jest.config.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "roots": [ - "/src" - ], - "collectCoverageFrom": [ - "src/**/*.{js,jsx,ts,tsx}", - "!src/**/*.d.ts" - ], - "setupFiles": [ - "/home/max/threat-modeling-tool/node_modules/react-app-polyfill/jsdom.js" - ], - "setupFilesAfterEnv": [ - "/src/setupTests.ts" - ], - "testMatch": [ - "/src/**/__tests__/**/*.{js,jsx,ts,tsx}", - "/src/**/*.{spec,test}.{js,jsx,ts,tsx}" - ], - "testEnvironment": "jsdom", - "transform": { - "^.+\\\\.(js|jsx|mjs|cjs|ts|tsx)$": "/home/max/threat-modeling-tool/node_modules/react-scripts/config/jest/babelTransform.js", - "^.+\\\\.css$": "/home/max/threat-modeling-tool/node_modules/react-scripts/config/jest/cssTransform.js", - "^(?!.*\\\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)": "/home/max/threat-modeling-tool/node_modules/react-scripts/config/jest/fileTransform.js" - }, - "transformIgnorePatterns": [ - "[/\\\\\\\\]node_modules[/\\\\\\\\].+\\\\.(js|jsx|mjs|cjs|ts|tsx)$", - "^.+\\\\.module\\\\.(css|sass|scss)$" - ], - "modulePaths": [], - "moduleNameMapper": { - "^react-native$": "react-native-web", - "^.+\\\\.module\\\\.(css|sass|scss)$": "identity-obj-proxy" - }, - "moduleFileExtensions": [ - "web.js", - "js", - "web.ts", - "ts", - "web.tsx", - "tsx", - "json", - "web.jsx", - "jsx", - "node" - ], - "watchPlugins": [ - "jest-watch-typeahead/filename", - "jest-watch-typeahead/testname" - ], - "resetMocks": true, - "rootDir": "/home/max/threat-modeling-tool" -} \ No newline at end of file