diff --git a/packages/editor/src/components/block-list/test/block-html.js b/packages/editor/src/components/block-list/test/block-html.js index 442e55de3f5bba..3b7eca43feedb8 100644 --- a/packages/editor/src/components/block-list/test/block-html.js +++ b/packages/editor/src/components/block-list/test/block-html.js @@ -2,6 +2,7 @@ * External dependencies */ import { shallow } from 'enzyme'; +import { noop } from 'lodash'; /** * WordPress dependencies @@ -79,7 +80,7 @@ describe( 'BlockHTML', () => { content: 'test-block', isValid: true, } ); - const wrapper = shallow( ); + const wrapper = shallow( ); wrapper.instance().onChange( { target: { value: '

update' } } ); wrapper.instance().onBlur();