hmsk / jest-matcher-vue-test-utils

✨ Cute jest matchers to test Vue components with vue-test-utils
33 stars 3 forks source link

Assert Vuex calls #3

Open hmsk opened 5 years ago

hmsk commented 5 years ago
expect(wrapper).toHaveDispatched("action name")
expect(wrapper).toHaveDispatched("action name", payload)
expect(wrapper).toHaveMutated("mutation name")
expect(wrapper).toHaveMutated("mutation name", payload)