// import { TestEditor } from '../TestEditor'

// let editor: TestEditor

// beforeEach(() => {
// 	editor =new TestEditor()
// })

it.todo('Ungroups any selected groups.')

it.todo('Does, undoes, and redoes.')

describe('When ungrouping shapes', () => {
	it.todo(
		'Puts the grouped shapes as siblings with the highest sibling being at the z-index of the group'
	)
})
