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} Copy
import type { SnapshotAssertions } from 'bupkis/assertions';function useSnapshotAssertions(assertions: SnapshotAssertions) { // assertions has the correct type}
Type for the snapshot assertions collection.
This type can be used for type checking or documentation purposes.