UNPKG

vitest-plugin-vis

Version:
8 lines (7 loc) 278 B
//#region src/shared/asserts.ts function assertSnapshotKeyWithoutDash(snapshotKey) { if (snapshotKey?.includes("-")) throw new Error("Snapshot key cannot contain dash"); } //#endregion export { assertSnapshotKeyWithoutDash as t }; //# sourceMappingURL=asserts--HSSlgPD.mjs.map