UNPKG

@wordpress/e2e-tests

Version:
12 lines (9 loc) 208 B
( function () { const registerPlugin = wp.plugins.registerPlugin; function MyErrorPlugin() { throw new Error( 'Whoops!' ); } registerPlugin( 'my-error-plugin', { render: MyErrorPlugin, } ); } )();