8000 Fix ngMock window.inject() error stack trace reporting on repeated or non-initial injection function calls for the master branch (issue #13594) by jurko-gospodnetic · Pull Request #13598 · angular/angular.js · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Fix ngMock window.inject() error stack trace reporting on repeated or non-initial injection function calls for the master branch (issue #13594) #13598

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
refactor(ngMock window.inject test): mark regression test for issue #…
  • Loading branch information
jurko-gospodnetic committed Apr 11, 2016
commit c63a1e37abff9026f7fd5eda3f3d6144c7796cac
1 change: 1 addition & 0 deletions test/ngMock/angular-mocksSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ describe('ngMock', function() {
var throwingInjectingCall = testInjectCaller();
throwingInjectingCall.setThrow(true);

// regression test for issue #13591 when run on IE10+ or PhantomJS
it('should update thrown Error stack trace with inject call location', function() {
try {
throwingInjectingCall();
Expand Down
0