@otel-test-runner/mocha-test
Version:
Mocha Test Runner with Open telemetry support for auto-instrumentation with dagger
13 lines (12 loc) • 316 B
TypeScript
/**
* @see https://mochajs.org/next/interfaces/bdd/
*/
export declare const it: typeof global.it;
/**
* @see https://mochajs.org/next/interfaces/bdd/
*/
export declare const specify: typeof global.specify;
/**
* @see https://mochajs.org/next/interfaces/qunit/
*/
export declare const test: typeof global.test;