Created
March 1, 2013 19:00
-
-
Save MandarinConLaBarba/5066913 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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