Add jQuery to jest test_setup
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.