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

test(jest): ignore dist folder (#9952)

parent f6c5a6ba
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ const config: InitialOptionsTsJest = { ...@@ -24,6 +24,7 @@ const config: InitialOptionsTsJest = {
statements: 100, statements: 100,
}, },
}, },
modulePathIgnorePatterns: ['<rootDir>/dist/'],
reporters: ['default', './tmp/tools/jest-gh-reporter.js'], reporters: ['default', './tmp/tools/jest-gh-reporter.js'],
setupFilesAfterEnv: ['<rootDir>/test/globals.ts'], setupFilesAfterEnv: ['<rootDir>/test/globals.ts'],
snapshotSerializers: ['<rootDir>/test/newline-snapshot-serializer.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