feathersjs/feathers-offline-realtime

View on GitHub
test/commons/helpers/replicator.test.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (Replicator, desc, useUuid) {
  describe(`${desc} - replicator ${useUuid ? 'using uuid' : 'using id'}`, () => {
    let data;
    let fromService;
    let replicator;
Severity: Minor
Found in test/commons/helpers/replicator.test.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status