Skip to content

Commit 4d86d7b

Browse files
committed
Update jest config
1 parent 8a0a964 commit 4d86d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config: Config.InitialOptions = {
44
verbose: true,
55
preset: 'ts-jest',
66
testEnvironment: 'jsdom',
7-
testPathIgnorePatterns: ['./dist'],
7+
testPathIgnorePatterns: ['./dist', './cypress'],
88
collectCoverageFrom: ['src/**/*.{js,jsx,ts,tsx}'],
99
moduleNameMapper: {
1010
'\\.css$': '<rootDir>/tests/helpers/styleMock.ts',

0 commit comments

Comments
 (0)