Testing Mutations Creating the Mutation Conclusion This book is written for Vue.js 3 and Vue Test Utils v2. Find the Vue.js 2 version here . Testing Mutations Testing mutat...
Testing Mutations Creating the Mutation Conclusion This book is written for Vue.js 2 and Vue Test Utils v1. Find the Vue.js 3 version here . Testing Mutations Testing mutat...
Vue Component Extensions Vue Component Extensions After Vue mounts the app and init Framework7, we will have access to Framework7’s initialized instance and some other useful ...
Form Input Bindings Basic Usage Text Multiline text Checkbox Radio Select Value Bindings Checkbox Radio Select Options Modifiers .lazy .number .trim v-model with Comp...
Mocking global objects The mocks mounting option Example with vue-i18n Settings default mocks using config Conclusion This book is written for Vue.js 2 and Vue Test Utils v1....
Reporting Bugs Is it really a bug? Search the issues Create a minimal reproduction Figure out what the cause might be Reporting Bugs Try as we might, we will never completel...
Testing Computed Properties Writing the test Testing by rendering the value Testing with call To call or to mount ? Conclusion This book is written for Vue.js 3 and Vue Te...
Stubbing components Why stub? Creating the components Write a test using mount Using stubs to stub <ComponentWithAsyncCall> Automatically stubbing with shallowMount Concl...
Migrating to 4.0 from 3.x Breaking Changes Installation process TypeScript support Bundles are now aligned with Vue 3 createLogger function is exported from the core module N...