Waldemar Biller
Waldemar Biller
To make sure you don't run into any trouble (e.g. a corrupt state) it's always a good idea to remove any existing data *before* integration tests and e2e tests are...
### Version ``` >= 4.1.0 ``` ### Reproduction link [github.com](https://github.com/wbiller/vue-router-mock-test/) ### Steps to reproduce ``` yarn yarn test ``` ### What is expected? useRoute should be mocked and return the...
I wanted to serialize a fairly complex object structure and came across this ClassCastException. It looks like the XML Adapter is called too early when the type is an enum....