chore(deps): update API and related (#65923)

This commit is contained in:
Mrugesh Mohapatra
2026-02-17 22:24:27 +05:30
committed by GitHub
parent f8de1e2ce8
commit cabe5396f2
4 changed files with 247 additions and 351 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ describe('Cookie updates', () => {
}
});
expect(res.cookies[0]).toStrictEqual({
expect(res.cookies[0]).toEqual({
domain: 'www.example.com',
httpOnly: true,
name: 'cookie_name',
+1 -1
View File
@@ -90,7 +90,7 @@ describe('cookies', () => {
});
// No max-age, so we default to a session cookie.
expect(res.cookies[0]).toStrictEqual({
expect(res.cookies[0]).toEqual({
name: 'test',
// defaults:
domain: 'www.example.com',