We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vuex
vue
4.1.0
When developing with a fork of vuex, I noticed that vuex tests break when bumping vue to the latest version:
FAIL test/unit/hot-reload.spec.js ● Hot Reload › getters expect(received).toBe(expected) // Object.is equality Expected: 10 Received: 1 279 | }) 280 | > 281 | expect(vm.a).toBe(10) | ^ 282 | store.dispatch('check', 10) 283 | 284 | if (isSSR) { at Object.toBe (test/unit/hot-reload.spec.js:281:18)
vuejs/vuex
main
yarn test
yarn add --dev vue@latest
Tests pass on latest version of vue — presumably this means there's broken behaviour when using vuex with the latest version of vue?
No response
The text was updated successfully, but these errors were encountered:
Did a bit of investigating on version numbers at least, and it looks like this broke in [email protected]. Tests pass fine in [email protected], but fail in [email protected]
[email protected]
Sorry, something went wrong.
No branches or pull requests
Version
4.1.0
Describe the bug
When developing with a fork of
vuex
, I noticed thatvuex
tests break when bumpingvue
to the latest version:Reproduction
vuejs/vuex
main
branchyarn test
vue
:yarn add --dev vue@latest
yarn test
againExpected behavior
Tests pass on latest version of
vue
— presumably this means there's broken behaviour when usingvuex
with the latest version ofvue
?Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: