Skip to content
Snippets Groups Projects
Unverified Commit 66863ea4 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

test: ignore fixtures (#10156)

parent 644eb506
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ const config: InitialOptionsTsJest = {
statements: 100,
},
},
modulePathIgnorePatterns: ['<rootDir>/dist/'],
modulePathIgnorePatterns: ['<rootDir>/dist/', '/__fixtures__/'],
reporters: ['default', './tmp/tools/jest-gh-reporter.js'],
setupFilesAfterEnv: ['<rootDir>/test/globals.ts'],
snapshotSerializers: ['<rootDir>/test/newline-snapshot-serializer.ts'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment