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

Commit 7deb83c

Browse files
refactor(ngMock window.inject test): mark regression test for issue #13591
1 parent bd3208c commit 7deb83c

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
@@ -977,6 +977,7 @@ describe('ngMock', function() {
977977
var throwingInjectingCall = testInjectCaller();
978978
throwingInjectingCall.setThrow(true);
979979

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

0 commit comments

Comments
 (0)