UNPKG

140 BJavaScriptView Raw
1var test = require('../');
2
3test('only2 test 1', function (t) {
4 t.end();
5});
6
7test.only('only2 test 2', function (t) {
8 t.end();
9});