We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The javascript codegen generates a testkit for value entities and event sourced entities that are very similar to Akka's EventSourcedBehaviorTestkit.
Instead of generating this over and over, we should make it part of the SDK itself.
The text was updated successfully, but these errors were encountered:
Could also introduce a separate testkit package, rather than including in the SDK, so that it can be a dev dependency only.
Sorry, something went wrong.
Testkit should be the typed version of the mock entities, for TypeScript support.
pvlugter
Successfully merging a pull request may close this issue.
The javascript codegen generates a testkit for value entities and event sourced entities that are very similar to Akka's EventSourcedBehaviorTestkit.
Instead of generating this over and over, we should make it part of the SDK itself.
The text was updated successfully, but these errors were encountered: