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
Support loading TypeScript configs and plugins in v4 projects (#1076)
Fixes#1072
We already have tests to cover this case but vitest hooks into module
loading which lets us load TypeScript during tests. I tested it by
running the tests against the server running as a separate node process
rather than importing the sources and running the server in-process.
The test harness is already set up for this so the only change needed to
test this manually was this:
<img width="416" alt="Screenshot 2024-10-25 at 15 43 28"
src="https://github.com/user-attachments/assets/6dfc4d1e-e60e-4450-a34b-c231515922ed">
---------
Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
0 commit comments