davidwallacejackson / vue-cli-plugin-unit-karma

Run unit tests in a @vue/cli project with Karma
10 stars 8 forks source link

break with vue-cli beta 10 #2

Closed ellis2323 closed 6 years ago

ellis2323 commented 6 years ago

https://github.com/vuejs/vue-cli/issues/1205 PluginAPI.setMode() has been removed. Instead, for a plugin to sepcify the default mode for a registered command, the plugins should expose module.exports.defaultModes in the form of { [commandName]: mode }.

davidwallacejackson commented 6 years ago

I think this is fixed as of the most recent release -- please let me know if you're still seeing it!