summaryrefslogtreecommitdiff
path: root/spec/frontend/environment.js
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-07-18 14:11:09 -0500
committerMike Greiling <mike@pixelcog.com>2019-07-19 02:27:15 -0500
commit97b8f85e03f0b6dcfc5d85b92323be979bd27b09 (patch)
tree63c1d694be569bd91b77184dd883c50122d321f8 /spec/frontend/environment.js
parent1abe3e514f3fb1920862829cfc272ad7f73e714a (diff)
downloadgitlab-ce-97b8f85e03f0b6dcfc5d85b92323be979bd27b09.tar.gz
Move frontend fixtures into spec/frontend
Moves every fixture source file from spec/javascripts to spec/frontend
Diffstat (limited to 'spec/frontend/environment.js')
-rw-r--r--spec/frontend/environment.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/environment.js b/spec/frontend/environment.js
index 3486d7769c1..290c0e797cb 100644
--- a/spec/frontend/environment.js
+++ b/spec/frontend/environment.js
@@ -39,7 +39,7 @@ class CustomEnvironment extends JSDOMEnvironment {
};
this.global.fixturesBasePath = `${ROOT_PATH}/tmp/tests/frontend/fixtures${IS_EE ? '-ee' : ''}`;
- this.global.staticFixturesBasePath = `${ROOT_PATH}/spec/javascripts/fixtures`;
+ this.global.staticFixturesBasePath = `${ROOT_PATH}/spec/frontend/fixtures`;
// Not yet supported by JSDOM: https://github.com/jsdom/jsdom/issues/317
this.global.document.createRange = () => ({