Skip to content

Commit

Permalink
💚 Fix minimap main specs
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 16, 2015
1 parent 65daa74 commit c3fec44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/minimap-main-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import './helpers/workspace'
import Minimap from '../lib/minimap'
import MinimapElement from '../lib/minimap-element'

describe('Minimap package', () => {
let [editor, minimap, editorElement, minimapElement, workspaceElement, minimapPackage] = []
Expand All @@ -12,6 +13,8 @@ describe('Minimap package', () => {
workspaceElement = atom.views.getView(atom.workspace)
jasmine.attachToDOM(workspaceElement)

MinimapElement.registerViewProvider(Minimap)

waitsForPromise(() => {
return atom.workspace.open('sample.coffee')
})
Expand Down

0 comments on commit c3fec44

Please sign in to comment.