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