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

Commit e801dc0

Browse files
refactor(ngMock window.inject test): mark regression test for issue #13591
1 parent 59a675b commit e801dc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ngMock/angular-mocksSpec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@ describe('ngMock', function() {
974974
var throwingInjectingCall = testInjectCaller();
975975
throwingInjectingCall.setThrow(true);
976976

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

0 commit comments

Comments
 (0)