-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Open
Description
Version
4.1.0
Describe the bug
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)
Reproduction
- Check out
vuejs/vuexmainbranch - Run
yarn test - Tests pass
- Update
vue:yarn add --dev vue@latest - Run
yarn testagain - Tests fail
Expected behavior
Tests pass on latest version of vue — presumably this means there's broken behaviour when using vuex with the latest version of vue?
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
No labels