Skip to content

Commit

Permalink
Fixed test run command
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 22, 2021
1 parent cab5262 commit 3e0cb1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=true react-scripts build",
"buildProd": "react-scripts build && npm run copy",
"test": "react-scripts test 00==",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:static": "sass src/static.scss ./build/unsecured/static.css",
"copy:static": "node ./build",
"copy": "npm run copy:static && npm run build:static"
},
"jest": {
"testMatch": ["**/?(*.)+(spec|test).[jt]s?(x)"],
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!src/testing/**/*.*",
Expand Down

0 comments on commit 3e0cb1a

Please sign in to comment.