Skip to content

Bump vitest from 2.1.4 to 3.0.5 #531

Bump vitest from 2.1.4 to 3.0.5

Bump vitest from 2.1.4 to 3.0.5 #531

Triggered via pull request February 3, 2025 16:32
Status Failure
Total duration 22s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
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 { "issuer": { - "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": { - "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
Test
Process completed with exit code 1.