summaryrefslogtreecommitdiff
path: root/spec/javascripts/graphs
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-11-23 16:39:29 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-12-18 16:13:35 -0600
commit49bc458ad792a095c5ab5ebfc6b3cdf2f655bb92 (patch)
tree6b148b03b081853c15a4a721d6e30021514bd0ed /spec/javascripts/graphs
parent2ba30096d26174f22851feb8d35f287b8db772e3 (diff)
downloadgitlab-ce-49bc458ad792a095c5ab5ebfc6b3cdf2f655bb92.tar.gz
optimized d3 v4 with a custom made bundle
Diffstat (limited to 'spec/javascripts/graphs')
-rw-r--r--spec/javascripts/graphs/stat_graph_contributors_graph_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/graphs/stat_graph_contributors_graph_spec.js b/spec/javascripts/graphs/stat_graph_contributors_graph_spec.js
index c48c587174d..ead674b7735 100644
--- a/spec/javascripts/graphs/stat_graph_contributors_graph_spec.js
+++ b/spec/javascripts/graphs/stat_graph_contributors_graph_spec.js
@@ -4,7 +4,7 @@ import {
scaleLinear as d3ScaleLinear,
scaleTime as d3ScaleTime,
timeParse as d3TimeParse,
-} from 'd3';
+} from '~/common_d3/index';
import { ContributorsGraph, ContributorsMasterGraph } from '~/graphs/stat_graph_contributors_graph';
describe("ContributorsGraph", function () {