blob: fcf4f4398c858f9429277b4ffe2c1e74c2a020ad [file] [log] [blame]
var test = require('../');
test('only2 test 1', function (t) {
t.end();
});
test.only('only2 test 2', function (t) {
t.end();
});