We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TestNpmModule fails, at least on macOS 10.12.4. go1.6.4.
TestNpmModule
motto $ go test load index.js load sort.js --- FAIL: TestNpmModule (0.00s) motto_test.go:29: Error: motto: Module not found: underscore motto_test.go:35: npm test failed: 0 != 1 FAIL exit status 1 FAIL github.com/ddliu/motto 0.035s
Looking at the .js file:
var _ = require('underscore'); module.exports = _.min([3,2,1,4,5]);
My understanding of this is that 'underscore' is expected to be in node_modules, but no such directory exists. The test data seems incomplete?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TestNpmModule
fails, at least on macOS 10.12.4. go1.6.4.Looking at the .js file:
My understanding of this is that 'underscore' is expected to be in node_modules, but no such directory exists. The test data seems incomplete?
The text was updated successfully, but these errors were encountered: