Skip to content

Commit

Permalink
🔥 Remove test focus
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Jul 5, 2016
1 parent d782ed6 commit befbad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/minimap-main-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit befbad4

Please sign in to comment.