Hi I started a project using Vue-cli webpack the mistake I did was I did not enable tests
How do I add karma+mocha to my webpack vuejs2 development is it possible to reinitialize and include tests ?
Hi I started a project using Vue-cli webpack the mistake I did was I did not enable tests
How do I add karma+mocha to my webpack vuejs2 development is it possible to reinitialize and include tests ?
in your package.json add the following :
in karma.conf.js:
again in your package.json :
in order to use the latest ECMAScript syntax, I passed Karma via webpack before launching test.
I hope this help.