test: cover MP4 editor exports

This commit is contained in:
AjTheSpidey
2026-05-20 00:14:04 +08:00
parent 00fbd95452
commit 94e848452e
3 changed files with 64 additions and 50 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
export type TestId = `gif-size-button-${string}` | "export-button" | `gif-format-button`;
export type TestId =
| `gif-size-button-${string}`
| "export-button"
| "export-panel-button"
| "gif-format-button"
| "mp4-format-button";
export function getTestId(testId: TestId) {
return `testId-${testId}`;