Skip to content

Commit 63c4836

Browse files
committed
chore: migrate jest config
1 parent e06091a commit 63c4836

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

jest.config.js

-13
This file was deleted.

mmm.config.js

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
module.exports = {
2+
transformJestConfig: config => ({
3+
...config,
4+
coverageThreshold: {
5+
global: {
6+
branches: 0,
7+
functions: 0,
8+
lines: 0,
9+
statements: 0,
10+
},
11+
},
12+
}),
13+
}

0 commit comments

Comments
 (0)