From 34f144658fd6c687776f8f21a997808892fbed5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ph=C6=B0=C6=A1ng?= <55752553+akamabu@users.noreply.github.com> Date: Wed, 13 May 2026 07:29:41 +0700 Subject: [PATCH] Docs: Document instrumentation.test.ts --- .../tests/instrumentation.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/instrumentation-google-generativeai/tests/instrumentation.test.ts b/packages/instrumentation-google-generativeai/tests/instrumentation.test.ts index 769198a7..95f744a7 100644 --- a/packages/instrumentation-google-generativeai/tests/instrumentation.test.ts +++ b/packages/instrumentation-google-generativeai/tests/instrumentation.test.ts @@ -1,3 +1,4 @@ +/** Documents packages/instrumentation-google-generativeai/tests/instrumentation.test.ts module purpose and public usage context */ import { context, SpanStatusCode } from "@opentelemetry/api"; import { AsyncHooksContextManager } from "@opentelemetry/context-async-hooks"; import * as assert from "assert";