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.
1 parent 0ca768b commit 74c57e1Copy full SHA for 74c57e1
package.json
@@ -10,7 +10,7 @@
10
"build": "babel src/ -d lib/ --ignore __tests__",
11
"docs:build": "gitbook build",
12
"docs:serve": "gitbook serve",
13
- "test": "xo && mocha --compilers js:babel-register \"src/**/__tests__/*.js\"",
+ "test": "xo && mocha --require babel-register \"src/**/__tests__/*.js\"",
14
"prepublishOnly": "npm test && npm run build"
15
},
16
"repository": {
0 commit comments