summaryrefslogtreecommitdiff
path: root/spec/javascripts/syntax_highlight_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/syntax_highlight_spec.js')
-rw-r--r--spec/javascripts/syntax_highlight_spec.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/javascripts/syntax_highlight_spec.js b/spec/javascripts/syntax_highlight_spec.js
index 5984ce8ffd4..c06339fa709 100644
--- a/spec/javascripts/syntax_highlight_spec.js
+++ b/spec/javascripts/syntax_highlight_spec.js
@@ -1,6 +1,7 @@
/* eslint-disable space-before-function-paren, no-var, no-return-assign, quotes, padded-blocks */
-/*= require syntax_highlight */
+require('./spec_helper');
+require('syntax_highlight');
(function() {
describe('Syntax Highlighter', function() {