Skip to content

Commit

Permalink
Add localhost to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 3, 2024
1 parent 74cf2b1 commit 36ff474
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/serialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ describe('cookie.serialize(name, value, options)', function () {
'example.com',
'sub.example.com',
'.example.com',
'localhost',
'.localhost',
'my-site.org',
'localhost'
];
Expand Down

0 comments on commit 36ff474

Please sign in to comment.