Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm test needs cleanup #5

Closed
kerphi opened this issue May 4, 2016 · 0 comments
Closed

npm test needs cleanup #5

kerphi opened this issue May 4, 2016 · 0 comments

Comments

@kerphi
Copy link
Contributor

kerphi commented May 4, 2016

$ npm test

> [email protected] test /home/kerphi/ezmaster
> mocha

module.js:327
    throw err;
    ^

Error: Cannot find module '../helpers/fake-helper.js'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/home/kerphi/ezmaster/test/fake-test.js:4:10)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at /home/kerphi/ezmaster/node_modules/mocha/lib/mocha.js:219:27
    at Array.forEach (native)
    at Mocha.loadFiles (/home/kerphi/ezmaster/node_modules/mocha/lib/mocha.js:216:14)
    at Mocha.run (/home/kerphi/ezmaster/node_modules/mocha/lib/mocha.js:468:10)
    at Object.<anonymous> (/home/kerphi/ezmaster/node_modules/mocha/bin/_mocha:403:18)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Function.Module.runMain (module.js:441:10)
    at startup (node.js:139:18)
    at node.js:968:3
npm ERR! Test failed.  See above for more details.
kerphi added a commit that referenced this issue May 4, 2016
@kerphi kerphi closed this as completed May 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant