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 a51054a commit ab0394aCopy full SHA for ab0394a
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