diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-01-09 17:23:54 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-01-10 12:30:43 -0600 |
commit | 8d2099cb53e933e94ebc17e9c186c0f4ece107cb (patch) | |
tree | c7ec7b9192ecb4b267e39977f6c1f34963eeb3e7 /spec/javascripts/syntax_highlight_spec.js | |
parent | a8078d629e50ec1ea0e562e24e7bd7ea8931d896 (diff) | |
download | gitlab-ce-8d2099cb53e933e94ebc17e9c186c0f4ece107cb.tar.gz |
use ~ to reference non-local scripts instead of resolve.root
Diffstat (limited to 'spec/javascripts/syntax_highlight_spec.js')
-rw-r--r-- | spec/javascripts/syntax_highlight_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/syntax_highlight_spec.js b/spec/javascripts/syntax_highlight_spec.js index b5e869e2169..6c953f1b71c 100644 --- a/spec/javascripts/syntax_highlight_spec.js +++ b/spec/javascripts/syntax_highlight_spec.js @@ -1,6 +1,6 @@ /* eslint-disable space-before-function-paren, no-var, no-return-assign, quotes, padded-blocks */ -require('syntax_highlight'); +require('~/syntax_highlight'); (function() { describe('Syntax Highlighter', function() { |