feat: [#2390] support the :required CSS pseudo-class
#2213
Annotations
3 errors and 3 warnings
|
build (22)
Process completed with exit code 1.
|
|
test/fetch/SyncFetch.test.ts > SyncFetch > send() > Revalidates cache with a "If-Modified-Since" request for a GET response with "Cache-Control" set to a "max-age".:
packages/happy-dom/test/fetch/SyncFetch.test.ts#L3021
AssertionError: expected { 'content-type': 'text/html', …(3) } to deeply equal { 'content-type': 'text/html', …(3) }
- Expected
+ Received
{
- "Cache-Control": "max-age=1",
- "Last-Modified": "Mon, 11 Dec 2023 02:00:00 GMT",
+ "cache-control": "max-age=0.0001",
"content-length": "9",
"content-type": "text/html",
+ "last-modified": "Mon, 11 Dec 2023 01:00:00 GMT",
}
❯ test/fetch/SyncFetch.test.ts:3021:21
|
|
build (22)
happy-dom#test: command (/home/runner/work/happy-dom/happy-dom/packages/happy-dom) /opt/hostedtoolcache/node/22.23.2/x64/bin/npm run test exited (1)
|
|
build (24)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v3, actions/cache@v4, actions/checkout@v3, oven-sh/setup-bun@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (20)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v3, actions/cache@v4, actions/checkout@v3, oven-sh/setup-bun@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (22)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v3, actions/cache@v4, actions/checkout@v3, oven-sh/setup-bun@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|