UNPKG

@barelyhuman/node-snapshot

Version:
8 lines (6 loc) 139 B
import { TestContext } from 'node:test' export function snapshot<T>( t: TestContext, currentValue: T, errorMessage?: string ): void