Skip to content

Commit

Permalink
refactor: use default StandardJS settings for Mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
rprieto committed Dec 10, 2023
1 parent 6e0e589 commit a5b60e3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,8 @@
"standard": "^17.1.0"
},
"standard": {
"globals": [
"test",
"describe",
"it",
"expect",
"beforeEach",
"afterEach"
"env": [
"mocha"
]
}
}

0 comments on commit a5b60e3

Please sign in to comment.