Skip to content

Commit a113218

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

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

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

0 commit comments

Comments
 (0)