BUPKIS
    Preparing search index...

    Type Alias SnapshotAssertions

    SnapshotAssertions: typeof assertions.SnapshotAssertions

    Type for the snapshot assertions collection.

    This type can be used for type checking or documentation purposes.

    import type { SnapshotAssertions } from 'bupkis/assertions';

    function useSnapshotAssertions(assertions: SnapshotAssertions) {
    // assertions has the correct type
    }