Skip to content
Snippets Groups Projects
Unverified Commit ee6fb858 authored by Paul Slaughter's avatar Paul Slaughter
Browse files

Add jQuery to jest test_setup

parent 05a7fcbd
No related branches found
No related tags found
No related merge requests found
import Vue from 'vue';
import * as jqueryMatchers from 'custom-jquery-matchers';
import $ from 'jquery';
import Translate from '~/vue_shared/translate';
import axios from '~/lib/utils/axios_utils';
import { initializeTestTimeout } from './helpers/timeout';
import { loadHTMLFixture, setHTMLFixture } from './helpers/fixtures';
 
// Expose jQuery so specs using jQuery plugins can be imported nicely.
// Here is an issue to explore better alternatives:
// https://gitlab.com/gitlab-org/gitlab-ee/issues/12448
window.jQuery = $;
process.on('unhandledRejection', global.promiseRejectionHandler);
 
afterEach(() =>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment