Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 548 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 548 Bytes

Vue test file generator

If you use Vue Test Utils and Jest to test your components, this little app will help you generate a basic template for a spec file.

Simply enter your component's name (the default import path is set to @/components/ComponentName.vue), any examples you'd like to add, or a description for any contexts/methods you'd like to test. This will generate a basic template that you can copy and paste into your code editor.

Go to Vue TDD Template Generator.