Skip to content

Commit

Permalink
💚 Remove disabled and focused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Jan 21, 2015
1 parent 73850e6 commit dc8ccab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/minimap-decorations-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MinimapRenderView = require '../lib/minimap-render-view'
MinimapView = require '../lib/minimap-view'
Minimap = require '../lib/main'

xdescribe "MinimapRenderView", ->
describe "MinimapRenderView", ->
[minimapView, MinimapRenderView, editorView, updateCallback, marker, decoration] = []

afterEach -> minimapView?.detach()
Expand Down
2 changes: 1 addition & 1 deletion spec/minimap-element-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ describe 'MinimapElement', ->
nextAnimationFrame()
visibleArea = minimapElement.shadowRoot.querySelector('.minimap-visible-area')

fit 'sets the visible area width and height', ->
it 'sets the visible area width and height', ->
expect(visibleArea.offsetWidth).toEqual(minimapElement.clientWidth)
expect(visibleArea.offsetHeight).toBeCloseTo(minimap.getTextEditorHeight(), 0)

Expand Down

0 comments on commit dc8ccab

Please sign in to comment.