Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
charlierudolph committed Jan 31, 2017
1 parent 0bf1025 commit 073b0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/options.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('options', function () {
});
});

describe.only('--production', function () {
describe('--production', function () {
before(function () {
args = ['--production'];
});
Expand Down

0 comments on commit 073b0d9

Please sign in to comment.