mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Unfocus spec
This commit is contained in:
@@ -20,7 +20,7 @@ describe "the `atom` global", ->
|
||||
afterEach ->
|
||||
atom.setSize(originalSize.width, originalSize.height)
|
||||
|
||||
fit 'sets the size of the window, and can retrieve the size just set', ->
|
||||
it 'sets the size of the window, and can retrieve the size just set', ->
|
||||
atom.setSize(100, 400)
|
||||
expect(atom.getSize()).toEqual width: 100, height: 400
|
||||
|
||||
|
||||
Reference in New Issue
Block a user