navikt / tiltakspenger-flate

Frontend for visning av søknader om tiltakspenger
MIT License
2 stars 0 forks source link

Upgrading to jest 28 breaks transpiling in tests #223

Closed tu55eladd closed 2 years ago

tu55eladd commented 2 years ago

https://jestjs.io/docs/upgrading-to-jest28#packagejson-exports

Current root cause is the UUID package, it only provides a ESM implementation

Known examples of packages that fails in Jest 28 are uuid and nanoid when using the jest-environment-jsdom environment. For an analysis, and a potential workaround, see this comment.

tu55eladd commented 2 years ago

Issue was fixed in https://github.com/navikt/tiltakspenger-flate/commit/fce265f0a0aa8bcfd41a1fbbf03556f07cec2da2