Skip to content

Commit

Permalink
Make the test suite happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed May 1, 2017
1 parent 11671ec commit 82c2efd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor/test/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@ describe( 'state', () => {
'selectedBlock',
'hoveredBlock',
'mode',
'isSidebarOpened'
'isSidebarOpened',
'api',
] );
} );
} );
Expand Down

0 comments on commit 82c2efd

Please sign in to comment.