jashkenas/underscore

View on GitHub
karma.conf-sauce.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function(config) {
  if ( !process.env.SAUCE_USERNAME || !process.env.SAUCE_ACCESS_KEY ) {
    console.log('Sauce environments not set --- Skipping');
    return process.exit(0);
  }
Severity: Minor
Found in karma.conf-sauce.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status