You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Class Destination
Connection to Destination with No Authentication
- check cdsapi.connect.to:
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/gwolf/Documents/Projects/cap/cds-scp-api/test/destination.js)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
2) Class Destination
Connection to Destination with No Authentication
- check service.run:
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/gwolf/Documents/Projects/cap/cds-scp-api/test/destination.js)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
Is there anything that needs to be configured to make the tests running?
The text was updated successfully, but these errors were encountered:
When I run
npm test
I get the following output:Is there anything that needs to be configured to make the tests running?
The text was updated successfully, but these errors were encountered: