UNPKG

ng-quill

Version:

Angular component for the Quill Rich Text Editor

37 lines (27 loc) 701 B
module.exports = function (config) { config.set({ basePath: '', files: [ 'node_modules/angular/angular.js', 'node_modules/angular-mocks/angular-mocks.js', 'node_modules/angular-sanitize/angular-sanitize.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: [{ dir: 'coverage/', type: 'html' }, { type: 'text-summary' }] } }) }