karma-vue-component
To fasten the testing of Vue components.
karma-vue-component
is a tiny wrapper to load a vue-component with one function call.
Install
npm install --save-dev karma-vue-component
// vue@1.0
npm install --save-dev karma-vue-component@1
add 'vue-component'
to the frameworks in the karma.conf
What it does
-
Loads
Vue
as global -
adds the functions
loadComp
andunloadComp
as globals
{ comp = Vue; comp = data; documentbody; return comp;}; { documentbody; return comp;};
Usage
// for example with webpackcomp =
Changelog
-
2.0.0
compatible to vue@2 -
1.0.0
added data argument toloadComp
License
Copyright (c) 2016 Paul Pflugradt Licensed under the MIT license.