Skip to content

Instantly share code, notes, and snippets.

@oliverm2112
Last active December 16, 2015 07:08
Show Gist options
  • Save oliverm2112/5396441 to your computer and use it in GitHub Desktop.
Save oliverm2112/5396441 to your computer and use it in GitHub Desktop.
basePath = '';
files = [
JASMINE,
JASMINE_ADAPTER,
// 3rd-party
'app/scripts/vendor/angular.js',
// App-specific
'app/scripts/*.js',
'app/scripts/**/*.js',
// Testing-specific
'test/lib/angular-loader.js',
// Test specs
'test/unit/**/*.js'
];
// list of files to exclude
exclude = [
];
reporters = ['dots'];
port = 8080;
runnerPort = 9100;
colors = true;
logLevel = LOG_INFO;
autoWatch = true;
browsers = ['Chrome'];
singleRun = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment