diff options
Diffstat (limited to 'spec/javascripts/graphs/stat_graph_spec.js')
-rw-r--r-- | spec/javascripts/graphs/stat_graph_spec.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/javascripts/graphs/stat_graph_spec.js b/spec/javascripts/graphs/stat_graph_spec.js index 66c8c16a40f..a017f35831d 100644 --- a/spec/javascripts/graphs/stat_graph_spec.js +++ b/spec/javascripts/graphs/stat_graph_spec.js @@ -1,7 +1,6 @@ /* eslint-disable quotes, padded-blocks, semi */ /* global StatGraph */ -require('../spec_helper'); require('graphs/stat_graph'); describe("StatGraph", function () { |