Skip to content

Commit 0eddcc1

Browse files
committed
ignore examples on tests
1 parent b750642 commit 0eddcc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ const config: Config.InitialOptions = {
1414
'!**/vendor/**',
1515
'!**/vendor/**',
1616
],
17+
testPathIgnorePatterns: ['/node_modules/', '/dist/', '/examples/'],
1718
}
1819
export default config

0 commit comments

Comments
 (0)