Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jan 11, 2019
1 parent edfc2ef commit e05db07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/editor/src/store/test/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,12 @@ describe( 'state', () => {
} ],
} );

expect( state ).toBe( original );
expect( state ).toEqual( {
start: 'wings',
end: 'wings',
initialPosition: null,
isMultiSelecting: false,
} );
} );

it( 'should reset if replacing with empty set', () => {
Expand Down

0 comments on commit e05db07

Please sign in to comment.