All Downloads are FREE. Search and download functionalities are using the official Maven repository.

www.reboot.components.bower_components.web-animations-js.test.karma-config.js Maven / Gradle / Ivy

There is a newer version: 0.1.20
Show newest version
module.exports = function(config) {
  config.set({
    frameworks: ['mocha', 'chai'],
    plugins: [
      'karma-mocha',
      'karma-chai',
      'karma-chrome-launcher',
      'karma-firefox-launcher'
    ],
    browsers: ['Firefox'],
    // browsers: ['Safari', 'Chrome', 'ChromeCanary', 'Firefox', 'IE'],
    basePath: '..',
    files: [
      // Populated in `grunt test` task.
    ],
    singleRun: true,
    port: 9876,
    reporters: ['dots'],
    colors: true,
    autoWatch: false,
  });
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy