UNPKG

cross-check

Version:

Multi-project, project level linting

12 lines (10 loc) 305 B
const assert = require('power-assert'); const nodeScanner = require('../../../lib/scanners/node'); const json = require('./ls.json'); describe('node scanner', () => { describe('maxDepth method', () => { it('should work', () => { assert.equal(nodeScanner.npmDepth(json), 7); }); }); });