We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3523b74 commit 90b38d2Copy full SHA for 90b38d2
1 file changed
jest.config.mjs
@@ -1,5 +1,6 @@
1
const config = {
2
testMatch: [`**/?(*.)+(spec|test).?([cm])[jt]s?(x)`], // From bin/index.js defaults
3
+ testPathIgnorePatterns: ['/node_modules/', '/playground/'],
4
setupFiles: [
5
'<rootDir>/tests/jest/setup.cjs',
6
'<rootDir>/tests/jest/setup-files/setup.cjs',
0 commit comments