Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
tree: 29f96c852c
Fetching contributors…

Cannot retrieve contributors at this time

17 lines (13 sloc) 0.363 kb
var angularFiles = require('./angularFiles');
var sharedConfig = require('./karma-shared.conf');
module.exports = function(config) {
sharedConfig(config);
config.set({
files: angularFiles.mergeFiles('jstd'),
exclude: angularFiles.files.jstdExclude,
junitReporter: {
outputFile: 'test_out/jqlite.xml',
suite: 'jqLite'
}
});
};
Jump to Line
Something went wrong with that request. Please try again.