test: remove or fix brittle tests

This commit is contained in:
2026-02-08 15:17:17 +05:00
parent 81771970c7
commit b09e3aeab4
23 changed files with 31 additions and 553 deletions
+1 -5
View File
@@ -8,9 +8,5 @@ describe("TextBar.svelte", () => {
expect(container).toBeInTheDocument();
});
it("should have text-bar class", () => {
const { container } = render(TextBar);
const textBar = container.querySelector(".text-bar");
expect(textBar).toBeInTheDocument();
});
});