gitlab-org--gitlab-foss/spec/frontend/helpers
Mark Florian 4e05f89413 Move Vuex action helper spec to Jest
This is largely a straight-forward copy of the Karma spec, with the
usual Karma->Jest necessary changes.

This also fixes a bug in the implementation that was causing the tests
to fail, when run on Jest/node, whereby actions that return rejected
promises would always fail the given test. This was due to those
rejections not being caught in the same call stack in which they were
created.
2019-06-25 15:44:20 +00:00
..
class_spec_helper.js Copy missing helpers from Karma to Jest 2019-03-28 20:07:40 +01:00
fixtures.js Load EE fixtures from ee/ directory in Jest 2019-05-02 23:11:18 +02:00
jest_helpers.js Migrate old notes app test from Karma to Jest 2019-06-05 21:28:40 +00:00
jquery.js Move NoteApp tests to Jest 2019-06-03 14:36:34 +00:00
local_storage_helper.js Jestify autosave spec and add localStorage helper 2019-06-04 12:14:50 -05:00
locale_helper.js Copy missing helpers from Karma to Jest 2019-03-28 20:07:40 +01:00
monitor_helper_spec.js Restore multiple series support 2019-04-05 09:14:13 +00:00
scroll_into_view_promise.js Copy missing helpers from Karma to Jest 2019-03-28 20:07:40 +01:00
set_timeout_promise_helper.js Copy missing helpers from Karma to Jest 2019-03-28 20:07:40 +01:00
test_constants.js
text_helper.js Rename vue_component_helper to text_helper 2019-05-16 06:40:18 -05:00
timeout.js Increase Jest timeout on CI to 5 seconds 2019-06-06 16:52:20 +00:00
user_mock_data_helper.js Copy missing helpers from Karma to Jest 2019-03-28 20:07:40 +01:00
vue_mount_component_helper.js Copy vue_mount_component_helper.js to Jest 2019-03-23 17:53:42 +01:00
vue_resource_helper.js Copy missing helpers from Karma to Jest 2019-03-28 20:07:40 +01:00
vue_test_utils_helper.js Comply with `no-implicit-coercion` rule (CE) 2019-06-03 22:51:02 +00:00
vuex_action_helper.js Move Vuex action helper spec to Jest 2019-06-25 15:44:20 +00:00
vuex_action_helper_spec.js Move Vuex action helper spec to Jest 2019-06-25 15:44:20 +00:00
wait_for_attribute_change.js Copy missing helpers from Karma to Jest 2019-03-28 20:07:40 +01:00
wait_for_promises.js Copy missing helpers from Karma to Jest 2019-03-28 20:07:40 +01:00