UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

7 lines (6 loc) 182 B
var tape = require('../..'); tape.test('test-a', function(t) { t.ok(global.module_a, 'module-a loaded in same context') t.pass('test ran after module-a was loaded') t.end() })