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 b750642 commit 0eddcc1Copy full SHA for 0eddcc1
jest.config.ts
@@ -14,5 +14,6 @@ const config: Config.InitialOptions = {
14
'!**/vendor/**',
15
16
],
17
+ testPathIgnorePatterns: ['/node_modules/', '/dist/', '/examples/'],
18
}
19
export default config
0 commit comments