eddyerburgh / vue-test-utils-vuex-example

Example repository testing vuex with vue-test-utils
53 stars 21 forks source link

Update and rename Modules.spec.js to MyComponent.spec.js #8

Closed gkatsanos closed 6 years ago

gkatsanos commented 6 years ago

The reason I'm renaming "Modules" to "MyComponent" is clearly to avoid any confusion for beginners regarding what "Modules" really is.

https://github.com/vuejs/vue-test-utils/pull/632