Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-07 02:21:54 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-10 21:30:43 +0300
commit52c6702ec708deedef189784cdcb39564b2dcf52 (patch)
tree02e9b66893a86ddf264d31f7f101f06e50055fd1 /spec/javascripts/syntax_highlight_spec.js
parent05b95e712d1ea70d8658de42f7c87661e6937976 (diff)
include spec_helper within karma config rather than each individual test
Diffstat (limited to 'spec/javascripts/syntax_highlight_spec.js')
-rw-r--r--spec/javascripts/syntax_highlight_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/syntax_highlight_spec.js b/spec/javascripts/syntax_highlight_spec.js
index c06339fa709..b5e869e2169 100644
--- a/spec/javascripts/syntax_highlight_spec.js
+++ b/spec/javascripts/syntax_highlight_spec.js
@@ -1,6 +1,5 @@
/* eslint-disable space-before-function-paren, no-var, no-return-assign, quotes, padded-blocks */
-require('./spec_helper');
require('syntax_highlight');
(function() {