diff --git a/packages/block-editor/src/components/block-switcher/test/__snapshots__/index.js.snap b/packages/block-editor/src/components/block-switcher/test/__snapshots__/index.js.snap index 3927d800e961cb..a8ec2981e622b6 100644 --- a/packages/block-editor/src/components/block-switcher/test/__snapshots__/index.js.snap +++ b/packages/block-editor/src/components/block-switcher/test/__snapshots__/index.js.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[` BlockSwitcherDropdownMenu should render disabled block switcher with multi block of different types when no transforms 1`] = ` +exports[`BlockSwitcherDropdownMenu should render disabled block switcher with multi block of different types when no transforms 1`] = ` `; -exports[` BlockSwitcherDropdownMenu should render enabled block switcher with multi block when transforms exist 1`] = ` +exports[`BlockSwitcherDropdownMenu should render enabled block switcher with multi block when transforms exist 1`] = ` @@ -33,7 +33,7 @@ exports[` BlockSwitcherDropdownMenu should render enabled block switcher with mu `; -exports[` BlockSwitcherDropdownMenu should render switcher with blocks 1`] = ` +exports[`BlockSwitcherDropdownMenu should render switcher with blocks 1`] = ` diff --git a/packages/block-editor/src/components/block-switcher/test/index.js b/packages/block-editor/src/components/block-switcher/test/index.js index 8fdac97d46677f..b3048a37505865 100644 --- a/packages/block-editor/src/components/block-switcher/test/index.js +++ b/packages/block-editor/src/components/block-switcher/test/index.js @@ -26,7 +26,7 @@ describe( 'BlockSwitcher', () => { expect( wrapper.html() ).toBeNull(); } ); } ); -describe( ' BlockSwitcherDropdownMenu', () => { +describe( 'BlockSwitcherDropdownMenu', () => { const headingBlock1 = { attributes: { content: [ 'How are you?' ],