generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
Prereqs:
Installed the aws-durable-execution-sdk-js-testing library
When I run npx run-durable test/handler.ts the durable function is ran and an output is given with a table.
Actual Behavior
I get an error that run-durable is not found
Steps to Reproduce
- npm i @aws/durable-execution-sdk-js-testing
- Create durable function (e.g. order.ts)
- Run test
- npx run-durable order.ts <- fails
- npm run run-durable order.ts <-fails
SDK Version
1.0.0
Node.js Version
Other (specify in additional context)
Is this a regression?
No
Last Working Version
No response
Additional Context
node v23.11.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working