Skip to content

Commit

Permalink
Remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Apr 27, 2016
1 parent 6f986b3 commit 0e947a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/plugins/__tests__/plugin_init.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import expect from 'expect.js';
import sinon from 'auto-release-sinon';
import pluginInit from '../plugin_init';

describe.only('Plugin init', () => {
describe('Plugin init', () => {
const getPluginCollection = (plugins) => ({
byId: plugins,
toArray: () => values(plugins)
Expand Down

0 comments on commit 0e947a5

Please sign in to comment.