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
build: update ts-compat integration test to work with ESM
We updated the linker integration test to ESM, so that it works
with the Angular compiler-cli ESM package. For this, the integration
test utils are now ESM as well. This means that the ts-compat test
relying on these ESM files needs to use ESM as well.
The error didn't surface because with APF v13 switch we acidentally
stopped running the test.
0 commit comments