acuminous/zUnit

View on GitHub
lib/Suite.js

Summary

Maintainability
A
0 mins
Test Coverage
A
97%

Suite has 23 functions (exceeds 20 allowed). Consider refactoring.
Invalid

class Suite extends Testable {
  constructor(name, initial = {}) {
    super(name);
    this._testables = [];
    this._options = new Options({ defaults, initial });
Severity: Minor
Found in lib/Suite.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status