You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks like an issue with TypeScript since 2.1 emitting the following code on extending classes
var_this=_super.call(this)||this;
until this is resolved (hopefully in this issue) we'll need to actually test this functionality so I've added test/unit-tests/errors/temporary-branch-fix.spec.ts to do this until this is actually solved
@pathurs I've just checked and yes it is still a thing. I think probably the best solution is to run these tests directly via ts-node I'd guess because the missing branches are due to the compiled javascript which is something we shouldn't really be worried about.
NYC is reporting some branches not being hit on errors around a semicolon after a super call.
The text was updated successfully, but these errors were encountered: