Skip to content

Instantly share code, notes, and snippets.

@nicobytes
Created February 11, 2016 22:45
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 nicobytes/cc87a0b26da63743a549 to your computer and use it in GitHub Desktop.
Save nicobytes/cc87a0b26da63743a549 to your computer and use it in GitHub Desktop.
module.exports = function( config ){
config.set({
browsers: ['PhantomJS'],
frameworks: ['mocha'],
files: [
//Vendors
"www/build/js/vendors.js",
//Vendors for testing
"www/lib/angular-mocks/angular-mocks.js",
'www/lib/chai/chai.js',
'www/lib/chai-spies/chai-spies.js',
//App
"www/build/js/app.js",
//Tests
'tests/unit/**/*.spec.js'
]
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment