Skip to content

Commit 0abeeb2

Browse files
committed
remove multiple run from def tests
1 parent 5bd410b commit 0abeeb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jest.config.cjs

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/** @type {import('jest').Config} */
2+
const config = {
3+
verbose: true,
4+
testPathIgnorePatterns: ['<rootDir>/node_modules/', 'multiple-run.test'],
5+
};
6+
7+
module.exports = config;

0 commit comments

Comments
 (0)