Skip to content

feat(node/net): implement Server mock #926

feat(node/net): implement Server mock

feat(node/net): implement Server mock #926

Triggered via pull request October 7, 2024 18:07
@pi0pi0
synchronize #316
fix/net-ee
Status Failure
Total duration 48s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ci: src/runtime/node/tls/index.ts#L33
Conversion of type '{ SecureContext: typeof SecureContext; Server: typeof Server; TLSSocket: typeof TLSSocket; checkServerIdentity: (hostname: string, cert: tls.PeerCertificate) => Error | undefined; ... 12 more ...; DEFAULT_MIN_VERSION: typeof tls.DEFAULT_MIN_VERSION; }' to type 'typeof import("node:tls")' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
ci
Process completed with exit code 2.