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

This commit is contained in:
2026-09-02 09:45:57 +02:00
parent ed0acbf8c8
commit 320e7212ef
25 changed files with 1453 additions and 76 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ describe("Git Tools", () => {
await screen.findByRole("heading", { name: "Git Tools" }),
).toBeVisible();
await userEvent.click(
await screen.findByRole("tab", { name: ".gitignore" }),
await screen.findByRole("button", { name: ".gitignore" }),
);
expect(screen.getAllByText(/Last matching rule/u).length).toBeGreaterThan(
0,