We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0a964 commit 4d86d7bCopy full SHA for 4d86d7b
jest.config.ts
@@ -4,7 +4,7 @@ const config: Config.InitialOptions = {
4
verbose: true,
5
preset: 'ts-jest',
6
testEnvironment: 'jsdom',
7
- testPathIgnorePatterns: ['./dist'],
+ testPathIgnorePatterns: ['./dist', './cypress'],
8
collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}'],
9
moduleNameMapper: {
10
'\\.css$': '<rootDir>/tests/helpers/styleMock.ts',
0 commit comments