broken <ATL>/jest-utils
module resolution in Jest v28
#299
Labels
<ATL>/jest-utils
module resolution in Jest v28
#299
follow-up on jestjs/jest#12927
TLDR:

@testing-library/angular/jest-utils
import in Jest v28 is broken and results in this error:Based on Simen's comment it seems like this library uses a bad package format:
Which is probably true because other packages like
@angular/core/testing
are following this format. There is even a comment about this in the Angular package format: https://angular.io/guide/angular-package-format#entrypoints-and-code-splittingJust some comparison images of
@angular/core/testing
which works, and@testing-library/angular/jest-utils
which doesn't.@angular/core/testing
@testing-library/angular/jest-utils
The text was updated successfully, but these errors were encountered: