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

This commit is contained in:
2026-09-02 12:50:51 +02:00
parent e773a2ffe8
commit a8eb8e53b3
36 changed files with 2168 additions and 235 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ async function renderReady() {
vi.fn(async () => new Response("Not found", { status: 404 })),
);
render(<App />);
await screen.findByText(/Parsed as JSON/iu, {}, { timeout: 2_000 });
await screen.findByText(/Parsed as JSON/iu, {}, { timeout: 4_000 });
}
describe("Data Tools workbench", () => {
@@ -31,7 +31,7 @@ describe("Data Tools workbench", () => {
await screen.findByText(
/Unexpected|invalid|property/iu,
{},
{ timeout: 2_000 },
{ timeout: 4_000 },
);
await user.click(screen.getByRole("tab", { name: /Tree/iu }));
expect(screen.getByText("project")).toBeVisible();