Skip to content

Commit

Permalink
[sonar] remove all test related configs to avoid sonar test scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
petertheprocess committed Apr 25, 2024
1 parent 8ea421f commit 95229d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,11 @@
"build": "react-scripts build",
"gcp-build": "",
"eject": "react-scripts eject",
"test": "react-scripts test --env=jsdom",
"lint": "eslint --fix src/**/*.ts src/**/*.tsx src/**/*.js"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"moduleNameMapper": {
"^axios$": "axios/dist/node/axios.cjs"
}
},
"engines": {
"node": "20.11.0"
},
Expand Down
17 changes: 0 additions & 17 deletions src/App.test.js

This file was deleted.

0 comments on commit 95229d1

Please sign in to comment.