Skip to content

Move vuex action helper spec to Jest

Mark Florian requested to merge 63225-move-vuex-action-helper-to-jest into master

What does this MR do?

Adds the Vuex testAction spec to Jest. This also fixes a bug in the implementation, when run on Jest/node, whereby actions that returned rejected promises would always fail the given test.

Does this MR meet the acceptance criteria?

Conformity

Edited by Mark Florian

Merge request reports