Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix linting issue
Co-Authored-By: Enrique Piqueras <epiqueras@users.noreply.github.com>
  • Loading branch information
glendaviesnz and epiqueras authored Dec 9, 2019
commit 6a9f6566fb49278ded955a51b1aa989355579622
2 changes: 1 addition & 1 deletion packages/block-editor/src/store/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,7 @@ describe( 'selectors', () => {
expect( canInsertBlockType( state, 'core/test-block-c', 'block1' ) ).toBe( true );
} );

it( 'should deny blocks that restrict parent to core/post-content when not in editor root ', () => {
it( 'should deny blocks that restrict parent to core/post-content when not in editor root', () => {
const state = {
blocks: {
byClientId: {
Expand Down