test: remove timeout

This commit is contained in:
2026-01-29 16:45:05 +02:00
parent b26a659d0c
commit e5719a4ad3

View File

@@ -13,4 +13,4 @@ test.todo("Authenticated API request", async () => {
const user = await client.apiRequest("https://family.e-klase.lv/api/user");
console.log(await user.json());
});
}, 0);