Skip to content

Commit

Permalink
formatting package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 22, 2021
1 parent 3e0cb1a commit d8ad9aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"copy": "npm run copy:static && npm run build:static"
},
"jest": {
"testMatch": ["**/?(*.)+(spec|test).[jt]s?(x)"],
"testMatch": [
"**/?(*.)+(spec|test).[jt]s?(x)"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!src/testing/**/*.*",
Expand Down

0 comments on commit d8ad9aa

Please sign in to comment.