Files
memecoin-botV2/.pnpm-store/v10/files/a6/38770ec2c56a1bed5e5abc11ae26192c9ec6af0322b80ae28e407f16bf07586f321cb7bbcd560e74e3d0db3a08376211a4b90b84b067fbfd381def1a432005

10 lines
364 B
Plaintext

import { NodeSnapshotEnvironment } from '@vitest/snapshot/environment';
export { SnapshotEnvironment } from '@vitest/snapshot/environment';
declare class VitestNodeSnapshotEnvironment extends NodeSnapshotEnvironment {
getHeader(): string;
resolvePath(filepath: string): Promise<string>;
}
export { VitestNodeSnapshotEnvironment as VitestSnapshotEnvironment };