Skip to content

Commit

Permalink
Remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Aug 22, 2017
1 parent be8275a commit d4919ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bin/shell-completion.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const assert = require('chai').assert;

describe.only('shell-completion', () => {
describe('shell-completion', () => {

it('should supply --options and actions', () => {

Expand Down

0 comments on commit d4919ed

Please sign in to comment.