debian-mirror-gitlab/spec/frontend_integration/test_helpers/setup/setup_globals.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
95 B
JavaScript
Raw Normal View History

2020-10-24 23:57:45 +05:30
beforeEach(() => {
window.gon = {
api_version: 'v4',
relative_url_root: '',
};
});