UNPKG
react-yan-progress
Version:
latest (0.2.0)
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
This is a cascading progress bar component based on react
react-yan-progress
/
jest.config.js
11 lines
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.exports = {
"collectCoverage"
:
true
,
"coverageThreshold"
: {
"global"
: {
//
"branches"
:
48
,
//
"functions"
:
48
,
//
"lines"
:
48
,
//
"statements"
: ((
24.8
-
12.6
) /
24.8
).toFixed(
2
) *
100
,
//
49
%, ignore axios } }, }