devkit
devkit copied to clipboard
[swc-angular-plugin] coverage is reported differently, leads to failures
normal transform using jest-preset-angular
with swc transform
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!
Since my application is really large I cannot manual convert everything to use inject. Is there a proper fix for this by making use of construction injection?