Skip to content

Add jQuery to jest test_setup

Paul Slaughter requested to merge fe-add-jquery-to-jest-test-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.

Does this MR meet the acceptance criteria?

Conformity

Merge request reports