UNPKG

jest-vue-preprocessor

Version:

Preprocessor that allows importing of .vue files in jest tests

5 lines (4 loc) 157 B
<div id="app"> <div class="lorem-class">some test text</div> <button v-on:click="clickHandler('value passed to clickHandler')">Click Me!</button> </div>