Chart.js/karma.conf.js

7 lines
154 B
JavaScript
Raw Normal View History

2015-08-23 20:58:19 +02:00
module.exports = function(config) {
config.set({
browsers: ['Chrome', 'Firefox'],
frameworks: ['jasmine'],
reporters: ['progress', 'html'],
2015-08-23 20:58:19 +02:00
});
};