Skip to content

Commit c63a1e3

Browse files
refactor(ngMock window.inject test): mark regression test for issue angular#13591
1 parent 4e78a7f commit c63a1e3

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
@@ -972,6 +972,7 @@ describe('ngMock', function() {
972972
var throwingInjectingCall = testInjectCaller();
973973
throwingInjectingCall.setThrow(true);
974974

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

0 commit comments

Comments
 (0)