Skip to content

Commit

Permalink
Unregister core/block in selector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed May 24, 2018
1 parent b2f8cc1 commit 4f9352e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/store/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ describe( 'selectors', () => {
} );

afterAll( () => {
unregisterBlockType( 'core/block' );
unregisterBlockType( 'core/test-block-a' );
unregisterBlockType( 'core/test-block-b' );
unregisterBlockType( 'core/test-block-c' );
Expand Down

0 comments on commit 4f9352e

Please sign in to comment.