augment-vir - v31.17.1
    Preparing search index...

    Type Alias MochaTestContext

    MochaTestContext: Readonly<{ test: MochaTest }> & {
        snapshotCount?: { [TestName in string]: number };
    }

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

    Type declaration

    • OptionalsnapshotCount?: { [TestName in string]: number }

      Added for use by assertSnapshot.