Update delete.test.ts

This commit is contained in:
Steve Ruiz 2021-06-27 21:07:09 +01:00
parent a568de9557
commit 121bba5acb

View file

@ -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))