Type Alias MochaTestContext

MochaTestContext: Readonly<{
    test: MochaTest;
}> & {
    snapshotCount?: number;
}

The test context for web-test-runner or other Mocha-style test runners.

Type declaration

  • OptionalsnapshotCount?: number

    Added for use by assertSnapshot.