ngx-zombie-compiler
ngx-zombie-compiler copied to clipboard
Compatibility with UpgradeAdapter
My project is using UpgradeAdapter.registerForNg1Tests(). Can it take advantage of this library?
I tried this but my tests did not get any faster:
beforeEach(() => {
getTestBed().configureCompiler({ providers: ZOMBIE_COMPILER_PROVIDERS });
});
I also tried adding ZOMBIE_COMPLIER_PROVIDERS to the module that I pass to registerForNg1Tests(), but that also did not speed anything up.