We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb1a16 commit 7b2a62eCopy full SHA for 7b2a62e
1 file changed
jest.config.ts
@@ -7,10 +7,9 @@ const config: Config = {
7
"^.+\\.(ts|tsx|js|jsx)$": "ts-jest",
8
".+\\.(svg|css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub"
9
},
10
- // moduleNameMapper: {
11
- // // "^.+\\.(svg|css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub",
12
- // '^.+\\.(svg|css|less|sass|scss)$': 'identity-obj-proxy',
13
- // }
+ testPathIgnorePatterns: [
+ "<rootDir>/tests/",
+ ]
14
};
15
16
export default config;
0 commit comments