-
Notifications
You must be signed in to change notification settings - Fork 10
Testing
roma219 edited this page Apr 10, 2019
·
1 revision
- How to run
npm run test:unit
- Tools to write tests - Jest & Vue Test Utils
- What to test -
.vue
components,vuex
modules, helper functions - General Vue testing guide - Common Tips for testing Vue.js applications
- Make sure the code you are submitting for MR is test-covered
- Examples: TBA
- TBA