Skip to content

Commit

Permalink
Fix specs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 10, 2015
1 parent 2c7edec commit 06b93a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spec/minimap-element-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,8 @@ describe('MinimapElement', () => {
'by 40 pixels from the arbitrary location', () => {
let {top} = visibleArea.getBoundingClientRect()
expect(top).toBeCloseTo(originalTop + 40, -1)
}
)
}
)
})
})
})
})

Expand Down

0 comments on commit 06b93a3

Please sign in to comment.