Skip to content

Commit

Permalink
Update karma-prod.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
avp committed Feb 5, 2014
1 parent 1866a7f commit e655cd5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions karma-prod.conf.js
@@ -0,0 +1,14 @@
module.exports = function(config) {
config.set({
basePath: './',
frameworks: ['jasmine'],
files: ['spectra.min.js', 'test/*.js'],
reporters: ['progress', 'coverage'],
colors: true,
browsers: ['PhantomJS'],
plugins: [
'karma-jasmine',
'karma-phantomjs-launcher'
]
});
};

0 comments on commit e655cd5

Please sign in to comment.