SuitestAutomation/suitest-js-api

View on GitHub
lib/chains/executeBrightScriptChain.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function executeBrightScriptFactory has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const executeBrightScriptFactory = (classInstance) => {
    const toJSON = (data) => ({
        type: getRequestType(data, false),
        request: {
            type: 'execBRSCmd',
Severity: Minor
Found in lib/chains/executeBrightScriptChain.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status