We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd410b commit 0abeeb2Copy full SHA for 0abeeb2
jest.config.cjs
@@ -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