wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.7k stars 1.13k forks source link

Updates e2e tests to match output of Typescript 5.5 #2111

Closed infomiho closed 1 week ago

infomiho commented 1 week ago

Typescript 5.5 just shipped and it changed a bit how they create the declaration files (d.ts).

This caused our e2e tests to change and the CI will fail in the future for everyone if we don't update them.