Installation
npm install --save @types/mocha-steps
Summary
This package contains type definitions for mocha-steps (https://github.com/rprieto/mocha-steps).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mocha-steps.
index.d.ts
/// <reference types="mocha" />
export function step(title: string, fn?: Mocha.Func): Mocha.Test;
export function xstep(title: string, fn?: Mocha.Func): Mocha.Test;
declare global {
function step(title: string, fn?: Mocha.Func): Mocha.Test;
function xstep(title: string, fn?: Mocha.Func): Mocha.Test;
}
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/mocha
Credits
These definitions were written by AryloYeung, and Piotr Roszatycki.