Skip to content

Instantly share code, notes, and snippets.

@genomics-geek
Created September 25, 2016 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genomics-geek/44195bde89c272608a7bcfe6b3dafae5 to your computer and use it in GitHub Desktop.
Save genomics-geek/44195bde89c272608a7bcfe6b3dafae5 to your computer and use it in GitHub Desktop.
Karma tests entry point
var testsContext = require.context(".", true, /_test$/);
testsContext.keys().forEach(testsContext);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment