maykinmedia/consumerjs

View on GitHub
karma.conf.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

module.exports = function (config) {
    if (process.env.CI && (!process.env.SAUCE_USERNAME || !process.env.SAUCE_ACCESS_KEY)) {
        throw ConfigException('Make sure the SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables are set.')
    }

Severity: Major
Found in karma.conf.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status