Skip to content

Instantly share code, notes, and snippets.

@scottcorgan
Last active December 16, 2015 16:19
Show Gist options
  • Save scottcorgan/5461966 to your computer and use it in GitHub Desktop.
Save scottcorgan/5461966 to your computer and use it in GitHub Desktop.
CommonJS dot dot slash example
var SomeModule = require('../../some/directory/module');
// Perform tests on SomeModule here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment