config: {
    mocha-globals: {
        default: boolean;
        description: string;
        type: string;
    };
} = ...

Type declaration

  • mocha-globals: {
        default: boolean;
        description: string;
        type: string;
    }

    Automatically inject the BDD/TDD methods into the global environment.

    If this flag is disabled, then you may access these via by importing them from @tapjs/mocha-globals explicitly.

    • default: boolean
    • description: string
    • type: string

Generated using TypeDoc