feat: establish TypeScript-aware frontend tooling
This commit is contained in:
@@ -56,7 +56,7 @@ describe("telemetry registry and redaction", () => {
|
||||
|
||||
describe("best-effort telemetry adapter", () => {
|
||||
it("bounds the queue using oldest-drop without blocking callers", () => {
|
||||
const scheduled = [];
|
||||
const scheduled = /** @type {Array<() => void>} */ ([]);
|
||||
const adapter = createTelemetryAdapter({
|
||||
enabled: true,
|
||||
endpoint: "https://telemetry.test/events",
|
||||
|
||||
Reference in New Issue
Block a user