Update delete.test.ts
This commit is contained in:
parent
a568de9557
commit
121bba5acb
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ describe('deletes and restores grouped shapes', () => {
|
|||
state.send('MOUNTED').send('LOADED_FROM_FILE', { json: JSON.stringify(json) })
|
||||
|
||||
it('creates a group', () => {
|
||||
expect(state.data.document).toMatchSnapshot('data after mount from file')
|
||||
|
||||
state
|
||||
.send('CANCELED')
|
||||
.send('POINTED_SHAPE', inputs.pointerDown(point(), rectangleId))
|
||||
|
|
Loading…
Reference in a new issue