CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Wed, 26 Aug 2020 21:54:19 GMT
access-control-allow-origin: *
etag: W/"5f46da0b-156b"
expires: Wed, 15 Oct 2025 04:45:25 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 6F73:41210:10FAE2:146851:68EF248D
accept-ranges: bytes
age: 0
date: Wed, 15 Oct 2025 04:35:25 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210064-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760502925.266408,VS0,VE308
vary: Accept-Encoding
x-fastly-request-id: e17edb4e5fc3db5043d36ed3fdaf914d39df8626
content-length: 1510
Unexpected-set
Add support to Unexpected for testing Set instances.
expect(new Set([1, 2, 3]), 'to satisfy', new Set([1, 2, 3, 4]));
expected Set([ 1, 2, 3 ]) to satisfy Set([ 1, 2, 3, 4 ])Set([1,2,3//missing 4])