Skip to content

Commit

Permalink
[ES-1308] Update package.json (mosip#868)
Browse files Browse the repository at this point in the history
Signed-off-by: Gk <[email protected]>
  • Loading branch information
gk-4VII authored Sep 2, 2024
1 parent 3f358ba commit 12d04b0
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion oidc-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:coverage": "react-scripts test --coverage src",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down Expand Up @@ -63,6 +64,22 @@
"jest": {
"moduleNameMapper": {
"^axios$": "axios/dist/node/axios.cjs"
}
},
"coverageThreshold": {
"global": {
"branches": 75,
"functions": 75,
"lines": 75,
"statements": 75
}
},
"collectCoverageFrom": [
"src/common/LoadingIndicator.js",
"src/common/ModalPopup.js",
"src/common/Popover.js",
"src/components/ClaimDetails.js",
"src/services/authService.js",
"src/services/openIDConnectService.js"
]
}
}

0 comments on commit 12d04b0

Please sign in to comment.