Skip to content

Add jQuery in jest test_setup

Paul Slaughter requested to merge 62765-add-jquery-to-jest-setup into master

What does this MR do?

This MR exposes jQuery to the global window object in Jest's test_setup. This greatly simplifies the migration to Jest. After we've migrated our karma scripts to Jest, then we should consider improving this. https://gitlab.com/gitlab-org/gitlab-ee/issues/12448

Does this MR meet the acceptance criteria?

Conformity

Edited by Paul Slaughter

Merge request reports