Path : /var/www/html/smartcirqls.com/vendors/bower_components/salvattore/ |
Current File : //var/www/html/smartcirqls.com/vendors/bower_components/salvattore/karma.conf.js |
'use strict'; module.exports = function (config) { config.set({ frameworks: [ 'mocha', 'expect', 'fixture' ], files: [ 'dist/salvattore.js', 'tests/salvattore.test.js', { pattern: 'tests/*.html' } ], reporters: ['mocha'], preprocessors: { 'tests/*.html': ['html2js'] } }); };