From befbad4474899fcf966d2c099b29e7c541fa081b Mon Sep 17 00:00:00 2001 From: abe33 Date: Tue, 5 Jul 2016 16:52:26 +0200 Subject: [PATCH] :fire: Remove test focus --- spec/minimap-main-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/minimap-main-spec.js b/spec/minimap-main-spec.js index b1a8b704..d20e6cc5 100644 --- a/spec/minimap-main-spec.js +++ b/spec/minimap-main-spec.js @@ -64,7 +64,7 @@ describe('Minimap package', () => { expect(editorElement.shadowRoot.querySelector('atom-text-editor-minimap')).not.toExist() }) - fdescribe('and reactivated with a remaining minimap in the DOM', () => { + describe('and reactivated with a remaining minimap in the DOM', () => { beforeEach(() => { const m = new Minimap({textEditor: editor}) const v = atom.views.getView(m)