Release Font Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 12:18:37 +02:00
parent 25ff321f2a
commit 873cf3c04b
39 changed files with 2431 additions and 181 deletions
+4
View File
@@ -16,6 +16,10 @@ describe("Font Workbench", () => {
"accept",
expect.stringContaining(".woff2"),
);
expect(screen.getByLabelText("Open font")).toHaveAttribute(
"accept",
expect.stringContaining(".ttc"),
);
expect(screen.getByText(/Disposable worker/u)).toBeVisible();
expect(screen.getByRole("status")).toHaveTextContent("Choose a local");
});