Skip to content

Instantly share code, notes, and snippets.

@MandarinConLaBarba
Created March 1, 2013 19:00
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 MandarinConLaBarba/5066913 to your computer and use it in GitHub Desktop.
Save MandarinConLaBarba/5066913 to your computer and use it in GitHub Desktop.
// base path, that will be used to resolve files and exclude
basePath = '';
// list of files / patterns to load in the browser
files = [
MOCHA,
MOCHA_ADAPTER,
REQUIRE,
REQUIRE_ADAPTER,
{pattern : 'vendor/jquery/jquery.js', included : false},
{pattern : 'vendor/chai/chai.js', included : false},
{pattern : 'vendor/underscore-amd/underscore.js', included : false},
{pattern : 'vendor/sinon/sinon.js', included : false},
{pattern : 'sebastian.js', included : false},
{pattern : 'test/index.js', included: false},
'test/bootstrap.js'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment