SuitestAutomation/suitest-js-api

View on GitHub
lib/commands/startREPL.js

Summary

Maintainability
A
1 hr
Test Coverage
A
94%

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

async function startREPL(opts = {}) {
    if (!replModeWasActivated) {
        replModeWasActivated = true;
        captureMessage('REPL mode activated');
    }
Severity: Minor
Found in lib/commands/startREPL.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status