Skip to content

Commit e801dc0

Browse files
refactor(ngMock window.inject test): mark regression test for issue angular#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

+1
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)