Sha256: fffd8f396365423e3fe9a47de6f0635cedccfc4f2ff9975ff015acc512a97d9a

Contents?: true

Size: 692 Bytes

Versions: 171

Compression:

Stored size: 692 Bytes

Contents

module.exports = function(config){
  config.set({
    basePath : '../',
    files : [
      'test/libs/jquery-1.10.1.min.js',
      'test/libs/angular.min.js',
      'test/libs/angular-mocks.js',
      'js/**/bootstrap-colorpicker-module.js',
      'test/unit/**/*.js'
    ],
    singleRun: true,
    frameworks: ['jasmine'],
    browsers : ['Firefox'],
    plugins : [
      'karma-chrome-launcher',
      'karma-firefox-launcher',
      'karma-jasmine',
      'karma-coverage'
    ],
    reporters: ['dots', 'coverage'],
    coverageReporter: {
      type: 'html',
      dir: 'test/coverage/'
    },
    preprocessors: {
      'js/bootstrap-colorpicker-module.js': 'coverage'
    }
  });
};

Version data entries

171 entries across 171 versions & 1 rubygems

Version Path
promethee-5.1.1 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-5.1.0 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-5.0.2 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-5.0.1 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-5.0.0 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.28 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.27 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.26 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.25 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.24 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.23 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.22 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.21 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.20 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.19 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.18 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.17 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.16 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.15 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js
promethee-4.1.14 node_modules/angular-bootstrap-colorpicker/test/karma.conf.js