Skip to content

Commit 90b38d2

Browse files
committed
test: ignore ./playground/ dir
1 parent 3523b74 commit 90b38d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jest.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const config = {
22
testMatch: [`**/?(*.)+(spec|test).?([cm])[jt]s?(x)`], // From bin/index.js defaults
3+
testPathIgnorePatterns: ['/node_modules/', '/playground/'],
34
setupFiles: [
45
'<rootDir>/tests/jest/setup.cjs',
56
'<rootDir>/tests/jest/setup-files/setup.cjs',

0 commit comments

Comments
 (0)