We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1ba2e3 + 578426c commit 3397c7fCopy full SHA for 3397c7f
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"lint": "eslint ./**/*.js",
7
"precommit": "lint-staged",
8
- "test": "./node_modules/.bin/mocha --require babel-core/register",
+ "test": "./node_modules/.bin/mocha",
9
"test-debug": "./node_modules/.bin/mocha --debug-brk"
10
},
11
"author": "IT Shark Pro",
test/mocha.opts
@@ -1 +1,2 @@
1
---colors
+--colors
2
+--require babel-core/register
0 commit comments