coronamap/node_modules/tape/test/only2.js
2020-06-14 00:00:00 -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();
});