mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
not.toBeDefined -> toBeUndefined
This commit is contained in:
@@ -3648,7 +3648,7 @@ describe "Editor", ->
|
||||
it 'models placeholderText and emits an event when changed', ->
|
||||
editor.onDidChangePlaceholderText handler = jasmine.createSpy()
|
||||
|
||||
expect(editor.getPlaceholderText()).not.toBeDefined()
|
||||
expect(editor.getPlaceholderText()).toBeUndefined()
|
||||
|
||||
editor.setPlaceholderText('OK')
|
||||
expect(handler).toHaveBeenCalledWith 'OK'
|
||||
|
||||
Reference in New Issue
Block a user