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

    Type Alias NodeTestContext

    NodeTestContext: Readonly<NodeTestContextImport> & {
        snapshotCount?: { [TestName in string]: number };
    }

    The test context for Node.js's test runner.

    Type declaration

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

      Added for use by assertSnapshot.