14 lines
1.7 KiB
JSON
14 lines
1.7 KiB
JSON
[
|
|
{
|
|
"package": "elysia",
|
|
"repository": "https://github.com/elysiajs/elysia",
|
|
"tag": "1.4.28",
|
|
"skipTests": {
|
|
"ws*connection.test.ts": "TEMPORARY: elysia 1.4.28 asserts wasClean=false for a server-initiated ws.close(), but that's a clean Close handshake — Bun now reports wasClean=true to match Node/WHATWG (oven-sh/bun#31518). Fixed upstream in elysiajs/elysia#1908; remove this skip on the next elysia bump. (glob * = path separator, so it also matches Windows backslash paths)",
|
|
"core*stop.test.ts": "TEMPORARY: elysia 1.4.28's 'does not shut down the server when stop(false) is called' awaits server.stop(false) and then expects a second fetch on the same keep-alive connection to still be served. As of oven-sh/bun#35130 a graceful stop(false) resolves only once every open connection has closed, so the await blocks until the pooled keep-alive times out and the follow-up fetch then hits a closed listener. Remove this skip once the upstream test is updated (the companion 'stop(true)' assertion in the same file is unaffected).",
|
|
"adapter*web-standard*map-response.test.ts": "TEMPORARY: Bun's Response.redirect now puts the WHATWG serialization of the url into Location (oven-sh/bun#33126), matching Node and https://fetch.spec.whatwg.org/#dom-response-redirect, so Response.redirect('https://cunny.school') yields 'https://cunny.school/'. elysia 1.4.28's 'map redirect' test asserts the unserialized string; remove this skip once the upstream assertion expects the trailing slash.",
|
|
"adapter*web-standard*map-early-response.test.ts": "TEMPORARY: same as adapter*web-standard*map-response.test.ts; its 'map redirect' test asserts the unserialized Response.redirect Location value."
|
|
}
|
|
}
|
|
]
|