591643c4d809cf5cc1cdad1ce3ab3a154ded25fc
1 module
.exports
= function (config
) {
9 'dist/dygraph-combined-dev.js',
10 'src/extras/smooth-plotter.js',
15 reporters
: ['mocha', 'coverage'], // or 'dots', 'mocha', 'spec'
17 'dist/dygraph-combined-dev.js': ['coverage']
22 { type
: 'html', subdir
: 'report-html' },
23 { type
: 'lcovonly', subdir
: 'report-lcov' },
26 browsers
: ['PhantomJS'],
30 'karma-phantomjs-launcher',
32 'karma-spec-reporter',
33 'karma-mocha-reporter'