coronamap/node_modules/tape/test/only2.js
2022-08-06 08:12:21 -07:00

9 lines
140 B
JavaScript

var test = require('../');
test('only2 test 1', function (t) {
t.end();
});
test.only('only2 test 2', function (t) {
t.end();
});