Sha256: aeb4f2fc69845ce4c9355986c8c3c61be0fc102f290d2c5bb3519d41501e2f07

Contents?: true

Size: 558 Bytes

Versions: 2

Compression:

Stored size: 558 Bytes

Contents

module.exports = function(config) {
  config.set({
    basePath: '.',
    autoWatch: true,
    browsers: ['Chrome'],
    frameworks: ['jasmine'],
    reporters: ['progress', 'junit'],
    files: [
      'node_modules/angular/angular.js',
      'node_modules/angular-mocks/angular-mocks.js',
      'vendor/assets/javascripts/angularjs/rails/resource/index.js',
      'vendor/assets/javascripts/angularjs/rails/resource/**/*.js',
      'test/unit/**/*.js'
    ],
    junitReporter: {
        outputFile: 'test_out/unit.xml',
        suite: 'unit'
    }
  })
};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
angularjs-rails-resource-2.3.1 karma.conf.js
angularjs-rails-resource-2.3.0 karma.conf.js