Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): Fix TS type in createServer.test.ts (#10023)
Because it's only a type import it's safe to do this. All type imports are removed when building/running. They're just there for TS's sake.
- Loading branch information