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
$ mocha --exit --require ts-node/register --require source-map-support/register src/mocha/*.test.ts
greet activity
✓ successfully greets the user
Example workflow with mocks
1) "before all" hook for"successfully completes the Workflow with a mocked Activity"
Example workflow
2) "before all" hook for"successfully completes the Workflow"
1 passing (12s)
2 failing
1) Example workflow with mocks
"before all" hook for"successfully completes the Workflow with a mocked Activity":
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called;if returning a Promise, ensure it resolves. (/home/acheong/Projects/skand/v2/samples-typescript/hello-world/src/mocha/workflows-mocks.test.ts)
at listOnTimeout (node:internal/timers:573:17)
at processTimers (node:internal/timers:514:7)
2) Example workflow
"before all" hook for"successfully completes the Workflow":
Error: Timeout of 10000ms exceeded. For async tests and hooks, ensure "done()" is called;if returning a Promise, ensure it resolves. (/home/acheong/Projects/skand/v2/samples-typescript/hello-world/src/mocha/workflows.test.ts)
at listOnTimeout (node:internal/timers:573:17)
at processTimers (node:internal/timers:514:7)
Minimal Reproduction
$ git clone https://github.com/temporalio/samples-typescript
$ cd hello-world
$ npm i
$ npm test
Environment/Versions
OS and processor: Linux x86_64
Temporal Version: 1.9.3
Are you using Docker or Kubernetes or building Temporal from source? No
The text was updated successfully, but these errors were encountered:
Failed to start ephemeral server: Temp download file at /tmp/temporal-sdk-typescript-1.9.3.downloading not complete after 20 seconds. Make sure another download isn't running for too long and delete the temp file.
Depends on internet speed. How do I pre-fetch this?
What are you really trying to do?
Run
npm test
on hello-worldDescribe the bug
Minimal Reproduction
Environment/Versions
The text was updated successfully, but these errors were encountered: