UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

12 lines (10 loc) 198 B
var test = require('../') test('parent', function (t) { t.pass('parent'); setTimeout(function () { t.test('child', function (t) { t.pass('child'); t.end(); }); }, 100) })