johntimothybailey/chai-sorted

View on GitHub
lib/chai-sorted.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (chai, utils) {
  chai.Assertion.addMethod('sorted', function (options) {
    chaiIsSorted.call(this, chai, this._obj, options)
  })

Severity: Minor
Found in lib/chai-sorted.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status