Skip to content

Commit

Permalink
failing test.only test
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Mar 5, 2014
1 parent 705daae commit 412d169
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/only2.js
@@ -0,0 +1,9 @@
var test = require('../');

test('only2 test 1', function (t) {
t.end();
});

test.only('only2 test 2', function (t) {
t.end();
});

0 comments on commit 412d169

Please sign in to comment.