Bump vitest from 2.1.4 to 3.0.2 #528
Annotations
2 errors and 2 warnings
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.
|
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|