angelakuo/citydogshare

View on GitHub
public/assets/spec/core/matchers/matchersUtilSpec-57f374e442cb7e9489d64900f4b4ecbf0b7e973f77ef0dcdb5eb532549c50168.js

Summary

Maintainability
A
3 hrs
Test Coverage

File matchersUtilSpec-57f374e442cb7e9489d64900f4b4ecbf0b7e973f77ef0dcdb5eb532549c50168.js has 329 lines of code (exceeds 250 allowed). Consider refactoring.
Open

describe("matchersUtil", function() {
  describe("equals", function() {
    it("passes for literals that are triple-equal", function() {
      expect(jasmineUnderTest.matchersUtil.equals(null, null)).toBe(true);
      expect(jasmineUnderTest.matchersUtil.equals(void 0, void 0)).toBe(true);

    There are no issues that match your filters.

    Category
    Status