Skip to content

Commit

Permalink
Update getSettings test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed May 13, 2022
1 parent 1830451 commit 125c4f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/edit-site/src/store/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ describe( 'selectors', () => {
};
const setInserterOpened = () => {};
expect( getSettings( state, setInserterOpened ) ).toEqual( {
allowRightClickOverrides: false,
outlineMode: true,
focusMode: false,
hasFixedToolbar: false,
Expand All @@ -100,6 +101,7 @@ describe( 'selectors', () => {
const setInserterOpened = () => {};

expect( getSettings( state, setInserterOpened ) ).toEqual( {
allowRightClickOverrides: false,
outlineMode: true,
key: 'value',
focusMode: true,
Expand Down

0 comments on commit 125c4f5

Please sign in to comment.