fix: testing

This commit is contained in:
cha0s 2019-09-08 01:01:18 -05:00
parent e23b44eda6
commit f07ba70dd5

View File

@ -10,6 +10,6 @@
"webpack": "4.29.6"
},
"scripts": {
"test": "mochapack --watch --webpack-config webpack.test.config.js 'packages/**/*.spec.js'"
"test": "find packages -type d -name node_modules -exec rm -r {} \\; && mochapack --watch --webpack-config webpack.test.config.js 'packages/**/*.spec.js'"
}
}