Skip to content

Commit c8e111b

Browse files
committed
chore: restore .jest.config.js
1 parent 4befee9 commit c8e111b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.jest.config.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// jest.config.js
2+
// Sync object
3+
/** @type {import('@jest/types').Config.InitialOptions} */
4+
const config = {
5+
bail: 2,
6+
clearMocks: true,
7+
collectCoverage: true,
8+
verbose: true,
9+
};
10+
11+
module.exports = config;

0 commit comments

Comments
 (0)