Skip to content

Commit

Permalink
Don‘t run only this one test
Browse files Browse the repository at this point in the history
  • Loading branch information
nb committed Apr 21, 2016
1 parent 591f771 commit 3c36cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/plugins/plugins-list/test/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe( 'PluginsList', () => {
PluginsList = require( '../' );
} );

describe.only( 'rendering bulk actions', function() {
describe( 'rendering bulk actions', function() {
let renderedPluginsList, plugins, props;

before( () => {
Expand Down

0 comments on commit 3c36cb4

Please sign in to comment.