You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mocha -R spec
mods
1) should resolve the path to the global npm modules directory:
0 passing (20ms)
1 failing
1) mods should resolve the path to the global npm modules directory::
AssertionError: false == true
at Context.<anonymous> (/<<PKGBUILDDIR>>/test.js:17:5)
at callFn (/usr/lib/nodejs/mocha/lib/runnable.js:223:21)
at Test.Runnable.run (/usr/lib/nodejs/mocha/lib/runnable.js:216:7)
at Runner.runTest (/usr/lib/nodejs/mocha/lib/runner.js:373:10)
at /usr/lib/nodejs/mocha/lib/runner.js:451:12
at next (/usr/lib/nodejs/mocha/lib/runner.js:298:14)
at /usr/lib/nodejs/mocha/lib/runner.js:308:7
at next (/usr/lib/nodejs/mocha/lib/runner.js:246:23)
at Immediate._onImmediate (/usr/lib/nodejs/mocha/lib/runner.js:275:5)
at processImmediate [as _immediateCallback] (timers.js:383:17)
On debian the global modules path is /usr/lib/nodejs. Its similar to jonschlinkert/global-prefix#15
The text was updated successfully, but these errors were encountered: