Skip to content

Commit

Permalink
launching mocha with experimental json modules
Browse files Browse the repository at this point in the history
  • Loading branch information
antialias committed Nov 28, 2020
1 parent 8634c51 commit 4dbcb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint --ignore-path .gitignore .",
"test": "mocha"
"test": "node --experimental-json-modules node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4dbcb99

Please sign in to comment.