Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit94afab0

Browse files
committed
Add test coverage thresholds.
1 parentd470fa1 commit94afab0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎jest.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,14 @@ module.exports = {
2525
// It is reflected in properties such as location.href.
2626
//@see: https://github.com/facebook/jest/issues/6769
2727
testURL:'http://localhost/',
28+
29+
//@see: https://jestjs.io/docs/en/configuration#coveragethreshold-object
30+
coverageThreshold:{
31+
global:{
32+
statements:100,
33+
branches:95,
34+
functions:100,
35+
lines:100,
36+
},
37+
},
2838
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp