api/src/__tests__/conformityQueries.test.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function mock has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    const mock = sinon.stub(elk, 'fetchElk').callsFake(() => {
      return Promise.resolve({
        took: 0,
        timed_out: false,
        _shards: {
Severity: Minor
Found in api/src/__tests__/conformityQueries.test.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status