test(client-presence): cleanup type test generation#27363
Conversation
jason-ha
commented
May 20, 2026
- use root entrypoint (empty string - there isn't public versus beta, etc. here)
- remove dead script entry
|
Hi! Thank you for opening this PR. Want me to review it? Based on the diff (5 lines, 1 files), I've queued these reviewers:
How this works
|
There was a problem hiding this comment.
Pull request overview
This PR streamlines type test generation configuration for @fluid-internal/presence-definitions by aligning it with the root entrypoint behavior supported by flub generate typetests and removing an unused script variant.
Changes:
- Removed the unused
typetests:gen-disabledscript entry. - Updated
typeValidation.entrypointto""to explicitly target the package’s default/root entrypoint.