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 bd455d0 commit 5d3e96fCopy full SHA for 5d3e96f
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