TargetProcess/tauCharts

View on GitHub
karma.conf.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function getTestWebpackConfig has 67 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getTestWebpackConfig(DEBUG) {

    const path = require('path');
    const webpack = require('webpack');

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

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

    module.exports = function (config) {
    
        const DEBUG = Boolean(config.tauchartsDebug);
    
        config.set({
    Severity: Minor
    Found in karma.conf.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status