DEV Community

Discussion on: How to test Vue components with Laravel Mix and Mocha

Collapse
 
jtotty profile image
James Totty • Edited

Great article! The part on using mochapack rather than mocha-webpack helped a lot!

However for my own laravel project I did not install webpack, but rather updated laravel-mix to the latest version "4.0.15" as it's already using webpack of course.

Thanks!

Collapse
 
bolechen profile image
Bole Chen