mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Fix spec
This commit is contained in:
@@ -3672,7 +3672,7 @@ describe "TextEditor", ->
|
||||
describe '.get/setPlaceholderText()', ->
|
||||
it 'can be created with placeholderText', ->
|
||||
TextBuffer = require 'text-buffer'
|
||||
newEditor = new Editor
|
||||
newEditor = new TextEditor
|
||||
buffer: new TextBuffer
|
||||
mini: true
|
||||
placeholderText: 'yep'
|
||||
|
||||
Reference in New Issue
Block a user