UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

8 lines (6 loc) 130 B
var tape = require('../..'); tape.test('module-b', function(t) { t.pass('loaded module b') t.end() }) global.module_b = true