test: remove timeout
This commit is contained in:
@@ -13,4 +13,4 @@ test.todo("Authenticated API request", async () => {
|
|||||||
|
|
||||||
const user = await client.apiRequest("https://family.e-klase.lv/api/user");
|
const user = await client.apiRequest("https://family.e-klase.lv/api/user");
|
||||||
console.log(await user.json());
|
console.log(await user.json());
|
||||||
});
|
}, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user