jscutlery/devkit

[swc-angular-plugin] coverage is reported differently, leads to failures

markgoho opened this issue · 3 comments

normal transform using jest-preset-angular
image

with swc transform
image

everything else works well and is faster!

Is there a workaround for this?

Is there a workaround for this?

convert everything to use inject rather than use constructor injection

Thanks @markgoho, this works for me!