Skip to content

Instantly share code, notes, and snippets.

@dfbaskin
Last active December 16, 2015 08:58
Show Gist options
  • Save dfbaskin/5409270 to your computer and use it in GitHub Desktop.
Save dfbaskin/5409270 to your computer and use it in GitHub Desktop.
basePath = '../../';
files = [
JASMINE,
JASMINE_ADAPTER,
'angular/angular.js',
'angular/angular-mocks.js',
'app/**/*.js',
'testing/unit-tests/**/*.js'
];
autoWatch = true;
logLevel = LOG_INFO; //LOG_DEBUG;
browsers = ['Chrome', 'IE'];
singleRun = true;
junitReporter = {
outputFile: 'test_out/unit.xml',
suite: 'unit'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment