Release Random Tools 0.1.1

This commit is contained in:
2026-09-01 08:27:00 +02:00
parent 2ed2560b95
commit e4aa85a503
28 changed files with 1072 additions and 282 deletions
+3 -1
View File
@@ -12,6 +12,8 @@ describe("Random Tools", () => {
expect(
await screen.findByRole("heading", { name: "Random Tools" }),
).toBeVisible();
expect(await screen.findByText("WebCrypto by default")).toBeVisible();
expect(await screen.findByText("No network requests")).toBeVisible();
expect(screen.getByRole("tab", { name: "Draws" })).toBeVisible();
expect(screen.queryByText(/RANDOM\.ORG/iu)).not.toBeInTheDocument();
});
});