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 b3fd552 commit 9969de8Copy full SHA for 9969de8
package.json
@@ -74,8 +74,8 @@
74
},
75
"scripts": {
76
"test": "npm run lint && npm run mocha && npm run build",
77
- "mocha": "mocha --compilers js:babel-core/register test",
78
- "mocha:watch": "mocha --watch --reporter min --compilers js:babel/register test",
+ "mocha": "mocha test",
+ "mocha:watch": "mocha --watch --reporter min test",
79
"start": "./bin/styleguidist server --config example/styleguide.config.js",
80
"lint": "eslint src --ext .js",
81
"build": "./bin/styleguidist build --config example/styleguide.config.js",
test/mocha.opts
@@ -0,0 +1,2 @@
1
+--compilers js:babel-core/register
2
+--require mochasetup
0 commit comments