Skip to content

Publish to NPM

Publish to NPM #9

Triggered via release January 29, 2026 07:40
@3m1n3nc33m1n3nc3
published 0c47f29
Status Failure
Total duration 26s
Artifacts

publish.yml

on: release
Publish to NPM
23s
Publish to NPM
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Publish to NPM
Process completed with exit code 1.
tests/helpers.spec.ts > Helpers > loadEnv > should load environment variables from .env file: tests/helpers.spec.ts#L13
AssertionError: expected "useSetEnvLoaded" to be called 2 times, but got 1 times ❯ tests/helpers.spec.ts:13:25
tests/exchange.spec.ts > Exchange > send > should throw error for invalid API key: tests/exchange.spec.ts#L120
AssertionError: expected [Function] to throw error including 'The account is inactive. Please conta…' but got 'API Key is missing. Please set the AP…' Expected: "The account is inactive. Please contact support for assistance." Received: "API Key is missing. Please set the API key using Exchange.setApiKey() or in the EXCHANGERATE_API_KEY environment variable." ❯ tests/exchange.spec.ts:120:13