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)