summaryrefslogtreecommitdiff
path: root/spec/frontend_integration/test_helpers/setup/setup_globals.js
blob: 4f2eced40a52fa16ad80068cff7e1703fae96b38 (plain)
1
2
3
4
5
6
beforeEach(() => {
  window.gon = {
    api_version: 'v4',
    relative_url_root: '',
  };
});