Skip to content

Instantly share code, notes, and snippets.

@jameswomack
Created April 14, 2014 05:29
Show Gist options
  • Save jameswomack/10618552 to your computer and use it in GitHub Desktop.
Save jameswomack/10618552 to your computer and use it in GitHub Desktop.
Each JS module should have it's own test file
package.json
Gulpfile.js
index.js
lib
-> foo.js
-> bar.js
-> baz.js
node_modules
config
-> index.js
-> production.json
-> development.json
test
-> index.js
- > testLib
-> mock.js
-> lib
-> foo.js
-> bar.js
-> baz.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment