mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
spelling: visible
This commit is contained in:
@@ -71,7 +71,7 @@ describe('Panel', () => {
|
||||
expect(spy).toHaveBeenCalledWith(false)
|
||||
})
|
||||
|
||||
it('initially renders panel created with visibile: false', () => {
|
||||
it('initially renders panel created with visible: false', () => {
|
||||
const panel = new Panel({visible: false, item: new TestPanelItem()}, atom.views)
|
||||
const element = panel.getElement()
|
||||
expect(element.style.display).toBe('none')
|
||||
@@ -91,7 +91,7 @@ describe('Panel', () => {
|
||||
})
|
||||
|
||||
describe('when a class name is specified', () => {
|
||||
it('initially renders panel created with visibile: false', () => {
|
||||
it('initially renders panel created with visible: false', () => {
|
||||
const panel = new Panel({className: 'some classes', item: new TestPanelItem()}, atom.views)
|
||||
const element = panel.getElement()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user