Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /phoenix-eic-event-display/karma.conf.js was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Karma configuration file, see link for more information
0002 // https://karma-runner.github.io/1.0/config/configuration-file.html
0003 
0004 module.exports = function (config) {
0005   config.set({
0006     basePath: '',
0007     frameworks: ['jasmine', '@angular-devkit/build-angular'],
0008     plugins: [
0009       require('karma-jasmine'),
0010       require('karma-chrome-launcher'),
0011       require('karma-jasmine-html-reporter'),
0012       require('karma-coverage'),
0013       require('@angular-devkit/build-angular/plugins/karma')
0014     ],
0015     client: {
0016       jasmine: {
0017         // you can add configuration options for Jasmine here
0018         // the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html
0019         // for example, you can disable the random execution with `random: false`
0020         // or set a specific seed with `seed: 4321`
0021       },
0022       clearContext: false // leave Jasmine Spec Runner output visible in browser
0023     },
0024     jasmineHtmlReporter: {
0025       suppressAll: true // removes the duplicated traces
0026     },
0027     coverageReporter: {
0028       dir: require('path').join(__dirname, './coverage/phoenix-eic-event-display'),
0029       subdir: '.',
0030       reporters: [
0031         { type: 'html' },
0032         { type: 'text-summary' }
0033       ]
0034     },
0035     reporters: ['progress', 'kjhtml'],
0036     port: 9876,
0037     colors: true,
0038     logLevel: config.LOG_INFO,
0039     autoWatch: true,
0040     browsers: ['Chrome'],
0041     singleRun: false,
0042     restartOnFileChange: true
0043   });
0044 };