vue-test-utils-compat icon indicating copy to clipboard operation
vue-test-utils-compat copied to clipboard

Compatibility layer for @vue/test-utils v2.x and v1.x

Results 5 vue-test-utils-compat issues
Sort by recently updated
recently updated
newest added

Right now VTUC only supports ES Modules, but not every nodejs environment supports these types of modules and does require a compilation step. It would provide a much better developer...

If you try to use a router with a localVue when calling shallowMount you will get the following error: ``` TypeError: Cannot redefine property: $router at Function.defineProperty () 89 |...