angelakuo/citydogshare

View on GitHub
public/assets/spec/core/ClockSpec-2ef0633b398df9d87b5d6797e1131515d84f6b90084dc0f7962cda84d56f24de.js

Summary

Maintainability
C
1 day
Test Coverage

File ClockSpec-2ef0633b398df9d87b5d6797e1131515d84f6b90084dc0f7962cda84d56f24de.js has 531 lines of code (exceeds 250 allowed). Consider refactoring.
Open

describe("Clock", function() {

  it("does not replace setTimeout until it is installed", function() {
    var fakeSetTimeout = jasmine.createSpy("global setTimeout"),
      fakeGlobal = { setTimeout: fakeSetTimeout },

    There are no issues that match your filters.

    Category
    Status