mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
fix type issue
This commit is contained in:
parent
ec8cacb7e3
commit
6beb32dd83
@ -326,7 +326,7 @@ test.describe("Waku Server API", () => {
|
|||||||
|
|
||||||
// If we get a 404, the route is not registered
|
// If we get a 404, the route is not registered
|
||||||
expect(response.status).not.toBe(404);
|
expect(response.status).not.toBe(404);
|
||||||
} catch (error) {
|
} catch (error: any) {
|
||||||
console.warn(`Error checking endpoint ${endpoint}:`, error.message);
|
console.warn(`Error checking endpoint ${endpoint}:`, error.message);
|
||||||
// Continue checking other endpoints even if one fails
|
// Continue checking other endpoints even if one fails
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user