UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

10 lines (8 loc) 158 B
var test = require('../'); test('deep strict equal', function (t) { t.notDeepEqual( [ { a: '3' } ], [ { a: 3 } ] ); t.end(); });