test: stabilize e2e auth and rate limits

This commit is contained in:
Adrian Acala
2026-01-18 21:22:03 -08:00
parent 15ac634d15
commit 260a898e3e
13 changed files with 250 additions and 79 deletions
+6
View File
@@ -2,6 +2,12 @@ import { exportToSvg } from "@excalidraw/excalidraw";
import { api } from "../api";
import { type UploadStatus } from "../context/UploadContext";
export type ImportResult = {
success: number;
failed: number;
errors: string[];
};
export const importDrawings = async (
files: File[],
targetCollectionId: string | null,