Skip to content

Use mocha(pack) as test engine

mochapack is the recommended tool for vue.js testing (given we've chosen mocha over jest already).

Instead of switching to the vue cli (seems overkill), i directly use mochapack. This allows us to use nyc to get some coverage data.

It's a mess.

Edited by Bastien Abadie

Merge request reports

Loading