Skip to content

Commit

Permalink
Add sample test.
Browse files Browse the repository at this point in the history
  • Loading branch information
BE-Webdesign committed Dec 3, 2017
1 parent 429fb42 commit 57c0a8b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions editor/components/block-switcher/test/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* Internal dependencies
*/
import { BlockSwitcher } from '../';

describe( 'BlockSwitcher', () => {
test( 'sample test', () => {
// Just a placeholder.
expect( true ).toBe( true );
} );
} );

0 comments on commit 57c0a8b

Please sign in to comment.