Publish to NPM #9
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
|