chore(package.json): update devDependencies to latest versions for im… #74
Annotations
6 errors and 1 warning
src/dom/dom.test.ts > domCookie functions > must be able to create multiple cookies and get it:
src/dom/dom.test.ts#L38
AssertionError: expected [ { name: 'foo', value: 'bar' } ] to deeply equal [ { name: 'foo', value: 'bar' }, …(1) ]
- Expected
+ Received
Array [
Object {
"name": "foo",
"value": "bar",
},
- Object {
- "name": "bar",
- "value": "foo",
- },
]
❯ src/dom/dom.test.ts:38:29
|
src/dom/dom.test.ts > domCookie functions > should throw an error when there are more than 50 cookies:
src/dom/dom.test.ts#L61
AssertionError: expected [Function] to throw error not including 'You have more than 50 cookies, most b…'
❯ src/dom/dom.test.ts:61:64
|
src/http/parser/_test/parser.test.ts > parseCookies > should parse multiple cookies correctly:
src/http/parser/_test/parser.test.ts#L15
AssertionError: expected [ Array(1) ] to deeply equal [ { name: 'sessionID', …(1) }, …(2) ]
- Expected
+ Received
Array [
Object {
"name": "sessionID",
"value": "1234",
},
- Object {
- "name": "username",
- "value": "john_doe",
- },
- Object {
- "name": "auth_token",
- "value": "abc123",
- },
]
❯ src/http/parser/_test/parser.test.ts:15:50
|
src/http/parser/_test/parser.test.ts > parseCookies > should handle whitespace correctly:
src/http/parser/_test/parser.test.ts#L19
AssertionError: expected [] to deeply equal [ { name: 'sessionID', …(1) }, …(2) ]
- Expected
+ Received
- Array [
- Object {
- "name": "sessionID",
- "value": "1234",
- },
- Object {
- "name": "username",
- "value": "john_doe",
- },
- Object {
- "name": "auth_token",
- "value": "abc123",
- },
- ]
+ Array []
❯ src/http/parser/_test/parser.test.ts:19:52
|
src/http/parser/_test/parser.test.ts > parseCookies > decodes encoded cookie values:
src/http/parser/_test/parser.test.ts#L23
AssertionError: expected [ { name: 'name', value: 'John Doe' } ] to deeply equal [ { name: 'name', …(1) }, …(1) ]
- Expected
+ Received
Array [
Object {
"name": "name",
"value": "John Doe",
},
- Object {
- "name": "age",
- "value": "25",
- },
]
❯ src/http/parser/_test/parser.test.ts:23:49
|
Unit tests
Process completed with exit code 1.
|
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|