UNPKG

@otel-test-runner/bun-test

Version:

Bun Test Runner with Open telemetry support for auto-instrumentation with dagger

6 lines (5 loc) 149 B
import * as bunTest from "bun:test"; /** * @see https://bun.com/docs/test/writing-tests */ export declare const describe: typeof bunTest.describe;