Files
claude-code-viewer/e2e/captureSnapshot/error-pages.ts
2025-10-13 14:39:12 +09:00

6 lines
140 B
TypeScript

import { defineCapture } from "../utils/defineCapture";
export const errorPagesCapture = defineCapture({
href: "/non-existent-page",
});