scottohara/loot

View on GitHub
src/mocks/node-modules/angular/services/window.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function constructor has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public constructor($qMockProvider: QMockProvider) {
        const $q: QMock = $qMockProvider.$get(),
            success: PromiseMockConfig<{ scope: string }> = {
                args: "good-script",
                response: { scope: "test scope" },
Severity: Minor
Found in src/mocks/node-modules/angular/services/window.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status