Skip to content

Commit

Permalink
Remove accidental .only on new test
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Jul 20, 2015
1 parent c9b6054 commit 8e5cd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ function runTests(options) {
})();
}));
});
it.only('should allow regex/fn ignores', function(done) {
it('should allow regex/fn ignores', function(done) {
var spy = sinon.spy();
fs.writeFileSync(getFixturePath('add.txt'), 'b');
options.cwd = fixturesPath;
Expand Down

0 comments on commit 8e5cd1e

Please sign in to comment.