summaryrefslogtreecommitdiff
path: root/spec/frontend/image_diff/image_diff_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/image_diff/image_diff_spec.js')
-rw-r--r--spec/frontend/image_diff/image_diff_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/image_diff/image_diff_spec.js b/spec/frontend/image_diff/image_diff_spec.js
index d89e4312344..e14f8dc774f 100644
--- a/spec/frontend/image_diff/image_diff_spec.js
+++ b/spec/frontend/image_diff/image_diff_spec.js
@@ -1,4 +1,4 @@
-import { TEST_HOST } from 'jest/helpers/test_constants';
+import { TEST_HOST } from 'helpers/test_constants';
import ImageDiff from '~/image_diff/image_diff';
import * as imageUtility from '~/lib/utils/image_utility';
import imageDiffHelper from '~/image_diff/helpers/index';