@otel-test-runner/bun-test
Version:
Bun Test Runner with Open telemetry support for auto-instrumentation with dagger
10 lines (9 loc) • 323 B
TypeScript
/******************
* Mirror of `bun-test.test` with traces so tests can be traces by simply
* changing the import but any existing utility methods are kept.
*******************/
import * as bunTest from "bun:test";
/**
* @see https://bun.com/docs/test/writing-tests
*/
export declare const test: typeof bunTest.test;