Skip to content

Instantly share code, notes, and snippets.

@jeffmo
Created May 15, 2014 01:56
Show Gist options
  • Save jeffmo/0d425fa1fbd5d03fd1ed to your computer and use it in GitHub Desktop.
Save jeffmo/0d425fa1fbd5d03fd1ed to your computer and use it in GitHub Desktop.
var underscore = require('underscore');
console.log(underscore);
{
"name": "jefftest",
"devDependencies": {
"jest-cli": "^0.1.2"
},
"dependencies": {
"underscore": "^1.6.0"
},
"scripts": {"test": "jest"},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/underscore"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment