Skip to content

Commit 7ad5695

Browse files
refactor(ngMock window.inject test): mark regression test for issue angular#13591
1 parent 3244cf9 commit 7ad5695

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
@@ -992,6 +992,7 @@ describe('ngMock', function() {
992992
var throwingInjectingCall = testInjectCaller();
993993
throwingInjectingCall.setThrow(true);
994994

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

0 commit comments

Comments
 (0)