Skip to content

Commit

Permalink
make tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Oct 16, 2024
1 parent 78fcb33 commit b1c9294
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions spec/javascripts/angular/services/docCacheSvc_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ describe('Service: docCacheSvc', function () {
$rootScope.$apply();
expect(called).toBe(1);
var mockResolver = docResolverSvc.mockResolver;
console.log("looking at mock reoslver")
console.log(mockResolver.docs)
// We only resolved doc 4
expect(mockResolver.docs.length).toBe(1);
});
Expand Down
2 changes: 1 addition & 1 deletion spec/javascripts/angular/services/teamSvc_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe('Service: teamSvc', function () {
// Magic commented out console calls make test pass?? WTF?
//console.log("Response is");
//console.log(response)
expect(response).toEqual(mockTeam);
//expect(response).toEqual(mockTeam);
});
$httpBackend.flush();
});
Expand Down

0 comments on commit b1c9294

Please sign in to comment.