attila/eemit

View on GitHub
karma.config.js

Summary

Maintainability
B
5 hrs
Test Coverage

Function exports has 134 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(config) {
  if (!process.env.SAUCE_USERNAME) {
    if (!fs.existsSync('sauce.json')) {
      throw new Error('Missing Sauce credentials. Either provide SAUCE_USERNAME' +
        ' and SAUCE_ACCESS_KEY via environment variables or create a sauce.json' +
Severity: Major
Found in karma.config.js - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status