UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

10 lines (7 loc) 140 B
var test = require('../'); test('only2 test 1', function (t) { t.end(); }); test.only('only2 test 2', function (t) { t.end(); });