Skip to content

Instantly share code, notes, and snippets.

@rajeshpv
Created August 29, 2013 21: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 rajeshpv/6383811 to your computer and use it in GitHub Desktop.
Save rajeshpv/6383811 to your computer and use it in GitHub Desktop.
rajesh-karma.conf.js
module.exports = function(config) {
config.set({
basePath : '../',
files : [
//JASMINE,
//JASMINE_ADAPTER,
'app/lib/angular/angular.js',
'app/lib/angular/angular-*.js',
'test/lib/angular/angular-mocks.js',
'app/js/**/*.js',
'test/unit/**/*.js'
],
frameworks : ["jasmine"],
autoWatch : true,
browsers : ['Chrome'],
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