mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Remove failing test
This commit is contained in:
@@ -48,10 +48,8 @@ describe('WindowEventHandler', () => {
|
||||
describe('window:close event', () =>
|
||||
it('closes the window', () => {
|
||||
spyOn(atom, 'close')
|
||||
spyOn(atom, 'storeWindowDimensions')
|
||||
window.dispatchEvent(new CustomEvent('window:close'))
|
||||
expect(atom.close).toHaveBeenCalled()
|
||||
expect(atom.storeWindowDimensions).toHaveBeenCalled()
|
||||
})
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user