Skip to content

Bump @vercel/ncc from 0.38.2 to 0.38.3 (#396) #535

Bump @vercel/ncc from 0.38.2 to 0.38.3 (#396)

Bump @vercel/ncc from 0.38.2 to 0.38.3 (#396) #535

Triggered via push March 28, 2025 18:33
Status Failure
Total duration 17s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Test
Process completed with exit code 1.
src/lib/__tests__/tls.test.ts > getTLSInfo > returns proper data for an SSL certificate: src/lib/__tests__/tls.test.ts#L10
AssertionError: expected { issuer: { …(5) }, …(4) } to deeply equal { issuer: { …(5) }, …(4) } - Expected + Received Object { "issuer": Object { - "commonName": "DigiCert Global G2 TLS RSA SHA256 2020 CA1", + "commonName": "DigiCert Global G3 TLS ECC SHA384 2020 CA1", "countryName": "US", "locality": undefined, "organization": "DigiCert Inc", "stateOrProvince": undefined, }, "protocol": "TLSv1.3", "subject": Object { - "commonName": "www.example.org", + "commonName": "*.example.com", "countryName": "US", "locality": "Los Angeles", - "organization": "Internet Corporation for Assigned Names and Numbers", + "organization": "Internet Corporation for Assigned Names and Numbers", "stateOrProvince": "California", }, "validFrom": Any<Date>, "validTo": Any<Date>, } ❯ src/lib/__tests__/tls.test.ts:10:20