Skip to content

Commit

Permalink
Merge pull request #4921 from Automattic/fix/describe-only-in-plugins…
Browse files Browse the repository at this point in the history
…-list

Plugins: Don‘t run only this one test in the new `plugins-list` tests
  • Loading branch information
nb committed Apr 21, 2016
2 parents 591f771 + 3c36cb4 commit 39ad6c3
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 39ad6c3

Please sign in to comment.