-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jack edited this page May 11, 2017
·
4 revisions
Vuenit allows you to easily create component instances with a simple API for setting updating and assessing component data and props. It also has an injector so you can attach stubbed properties to your component instance, and a whole host of utility methods to make unit testing easy.
There's also the ability to test directives, as well as some useful mock libraries.
- Quickly spin up component instances
- Comprehensively test directives
- Mock Vuex library
- Mock vue-router library
- Mock $http library