fix: [1706] Handle non string values gracefully for removeAttribute o… #1373
Annotations
3 errors
Test:
packages/happy-dom/test/fetch/Fetch.test.ts#L3648
AssertionError: expected { 'content-type': 'text/html', …(3) } to deeply equal { 'content-type': 'text/html', …(3) }
- Expected
+ Received
Object {
- "Cache-Control": "max-age=1",
- "Last-Modified": "Mon, 11 Dec 2023 02:00:00 GMT",
+ "cache-control": "max-age=0.01",
"content-length": "9",
"content-type": "text/html",
+ "last-modified": "Mon, 11 Dec 2023 01:00:00 GMT",
}
❯ test/fetch/Fetch.test.ts:3648:21
|
Test
happy-dom#test: command (/home/runner/work/happy-dom/happy-dom/packages/happy-dom) /opt/hostedtoolcache/node/18.20.5/x64/bin/npm run test exited (1)
|
Test
Process completed with exit code 1.
|
Loading