Skip to content

Commit

Permalink
Fix: remove duplicate mocha settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Apr 16, 2020
1 parent 0ea7aba commit 043a615
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,6 @@
"update-changelog": "./development/auto-changelog.sh",
"generate:migration": "./development/generate-migration.sh"
},
"mocha": {
"require": [
"test/env.js"
],
"file": [
"test/setup.js"
],
"recursive": [
"ui/app/**/*.test.js"
]
},
"lint-staged": {
"*.{js,json}": [
"prettier-eslint --write",
Expand Down

0 comments on commit 043a615

Please sign in to comment.