Skip to content

Commit

Permalink
remove errant debug in test/integration/only.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Oct 10, 2016
1 parent a40f28d commit b99e9b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/only.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ describe('.only()', function() {
describe('qunit', function() {
it('should run only tests that marked as `only`', function(done) {
run('options/only/qunit.fixture.js', ['--ui', 'qunit'], function(err, res) {
console.log(err);

assert(!err);
assert.equal(res.stats.pending, 0);
assert.equal(res.stats.passes, 5);
Expand Down

0 comments on commit b99e9b3

Please sign in to comment.