diff --git a/src/packages/editor-stats/spec/editor-stats-spec.coffee b/src/packages/editor-stats/spec/editor-stats-spec.coffee index b330f0073..bb63c91cc 100644 --- a/src/packages/editor-stats/spec/editor-stats-spec.coffee +++ b/src/packages/editor-stats/spec/editor-stats-spec.coffee @@ -2,7 +2,7 @@ $ = require 'jquery' RootView = require 'root-view' EditorStats = require 'editor-stats/src/editor-stats-view' -describe "EditorStats", -> +fdescribe "EditorStats", -> [rootView, editorStats, editor, date, time] = [] simulateKeyUp = (key) -> diff --git a/src/packages/editor-stats/src/editor-stats-view.coffee b/src/packages/editor-stats/src/editor-stats-view.coffee index 5df176834..4e738c7f3 100644 --- a/src/packages/editor-stats/src/editor-stats-view.coffee +++ b/src/packages/editor-stats/src/editor-stats-view.coffee @@ -1,7 +1,4 @@ -{$$$} = require 'space-pen' ScrollView = require 'scroll-view' -$ = require 'jquery' -_ = require 'underscore' d3 = require 'd3.v3' module.exports =