kunagpal/express-boilerplate

View on GitHub
test/unit/app/api/user.test.js

Summary

Maintainability
A
2 hrs
Test Coverage

File user.test.js has 263 lines of code (exceeds 250 allowed). Consider refactoring.
Open

describe('User', function () {
    beforeEach(testUtils.db.user);
    afterEach(function (done) {
        testUtils.db.purge(done);
    });
Severity: Minor
Found in test/unit/app/api/user.test.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status