angelakuo/citydogshare

View on GitHub
public/assets/spec/core/integration/EnvSpec-efa0357e647d1a0069b356277458a54d5b7136f39d3cd1abdd88e60bbf85915b.js

Summary

Maintainability
F
3 days
Test Coverage

File EnvSpec-efa0357e647d1a0069b356277458a54d5b7136f39d3cd1abdd88e60bbf85915b.js has 1388 lines of code (exceeds 250 allowed). Consider refactoring.
Open

describe("Env integration", function() {
  beforeEach(function() {
    jasmine.addMatchers({
      toHaveFailedExpecationsForRunnable: function(util, customeEqualityTesters) {
        return {

    Function jasmineDone has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

          jasmineDone: function() {
            expect(specDone).toHaveBeenCalledWith(jasmine.objectContaining({
              description: 'has a default message',
              failedExpectations: [jasmine.objectContaining({
                message: 'Failed'

      Function toHaveFailedExpecationsForRunnable has 29 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

            toHaveFailedExpecationsForRunnable: function(util, customeEqualityTesters) {
              return {
                compare: function(actual, fullName, expectedFailures) {
                  var foundRunnable = false, expectations = true, foundFailures = [];
                  for (var i = 0; i < actual.calls.count(); i++) {

        There are no issues that match your filters.

        Category
        Status