taylor1791/promissory-arbiter

View on GitHub
karma.conf.js

Summary

Maintainability
B
6 hrs
Test Coverage

Function karmaConfig has 94 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function karmaConfig (karma) {
  'use strict';
  var config = getConfig();

  if (process.env.CI) {
Severity: Major
Found in karma.conf.js - About 3 hrs to fix

    Function getCustomLaunchers has 57 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function getCustomLaunchers() {
        var launchers = {
          sl_ie8: {
            browserName: 'internet explorer', platform: 'Windows XP', version: '8.0'
          },
    Severity: Major
    Found in karma.conf.js - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status