Skip to content
New issue

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

Add support for typed ExectuionContext #6

Closed
BugDiver opened this issue Jun 4, 2019 · 1 comment
Closed

Add support for typed ExectuionContext #6

BugDiver opened this issue Jun 4, 2019 · 1 comment

Comments

@BugDiver
Copy link
Member

BugDiver commented Jun 4, 2019

Describe the bug
Currently, the execution context lacks the type definition and is available as an any (JSON) type.

To Reproduce
Steps to reproduce the behavior:

  1. create a new gauge-ts project
  2. add a hook which uses the execution context
  3. the context has no type so there are no methods to get values, one has to use it as a common js object.
@BugDiver
Copy link
Member Author

BugDiver commented Jun 4, 2019

This issue has been addressed via 5a2d946
Please look at https://bugdiver.github.io/gauge-ts/#/?id=executioncontext for more info.
This will be available in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant