Skip to content

Instantly share code, notes, and snippets.

@skeep
Created December 22, 2015 16:02
Show Gist options
  • Save skeep/97f663c6763bcaa1b496 to your computer and use it in GitHub Desktop.
Save skeep/97f663c6763bcaa1b496 to your computer and use it in GitHub Desktop.
var moduleContext = require.context('./app', true, /\.module\.js$/);
moduleContext.keys().forEach(moduleContext);
var testsContext = require.context('./app', true, /\.spec\.js$/);
testsContext.keys().forEach(testsContext);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment