UNPKG

ng-quill

Version:

Angular directive for rich text editor Quill

35 lines (26 loc) 645 B
module.exports = function(config) { config.set({ basePath: '', files: [ 'node_modules/angular/angular.js', 'node_modules/angular-mocks/angular-mocks.js', 'node_modules/quill/dist/quill.js', './src/ng-quill.js', './tests/ng-quill.spec.js', ], preprocessors: { './src/ng-quill.js': 'coverage' }, autoWatch: true, frameworks: ['jasmine'], reporters: ['mocha', 'coverage'], browsers: ['PhantomJS'], singleRun: true, coverageReporter: { reporters: [{ type : 'html', dir : 'coverage/' }, { type: 'text-summary' }] } }); };