Skip to content

Commit 8efefc8

Browse files
author
antialias
committed
launching mocha with experimental json modules
1 parent 9e66496 commit 8efefc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"format": "prettier --write .",
1616
"format:check": "prettier --check .",
1717
"lint": "eslint --ignore-path .gitignore .",
18-
"test": "mocha"
18+
"test": "node --experimental-json-modules node_modules/mocha/bin/mocha"
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)