examples/test-examples/mod.ts says every example directory must be registered as a server, script, multi-handle, or skipped example. That promise should be covered so new examples do not silently miss automated checks.
Add a test or small check around examples/test-examples/mod.ts that fails or reports clearly when an examples/ directory is not registered.
Suggested check: run the focused test or deno test --allow-all examples/test-examples if a test file is added there.
examples/test-examples/mod.ts says every example directory must be registered as a server, script, multi-handle, or skipped example. That promise should be covered so new examples do not silently miss automated checks.
Add a test or small check around examples/test-examples/mod.ts that fails or reports clearly when an examples/ directory is not registered.
Suggested check: run the focused test or
deno test --allow-all examples/test-examplesif a test file is added there.