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.