Skip to content

Jest refactor jquery setup and add import commons

Paul Slaughter requested to merge 212261-jest-helpers-jquery into master

What does this MR do?

Our Jest environment is not matching our production environment because there are some global setting we are not importing. This MR moves our handling of jquery so that we can add these plugins and also adds import '~/commons' to our test setup.

Edited by Paul Slaughter

Merge request reports