UNPKG

@analogjs/vitest-angular

Version:

Vitest Builder for Angular

5 lines (4 loc) 261 B
import { type SnapshotSerializer } from 'vitest'; export declare const attributesToRemovePatterns: string[]; export declare const attributesToClean: Record<string, RegExp[]>; export declare function createNoNgAttributesSnapshotSerializer(): SnapshotSerializer;