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 bf7a1f2 commit 8daf304Copy full SHA for 8daf304
package.json
@@ -16,7 +16,7 @@
16
"mocha": "^3.0.1"
17
},
18
"scripts": {
19
- "test": "(cd tests/example && cp ../original/test.scss . && npm i && webpack --config webpack.config.js) && mocha --ui tdd tests/loader.js"
+ "test": "(cd tests/example && cp ../original/test.scss . && rm -rf ./node_modules/stylefmt-loader && npm i && webpack --config webpack.config.js) && ./node_modules/mocha/bin/mocha --ui tdd tests/loader.js"
20
21
"keywords": [
22
"webpack",
0 commit comments