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
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
We need a component runner for Thoth that allows us to run a single component and make tests. This will enable unit testing for component development and enable a TDD approach to developing individual components.
The spec should allow us to run jest and make assertions about how a component should behave. It should be able to also provide a mock Thoth Interface to spy on worker functions and avoid calling live API endpoints.
The new SpellRunner should make this simpler. It is likely that the runner for specs would have to provide some kind of a node JSON structure. Ways to easily programmatically set up stats into the nodes data may also be required for this.
We need a component runner for Thoth that allows us to run a single component and make tests. This will enable unit testing for component development and enable a TDD approach to developing individual components.
The spec should allow us to run jest and make assertions about how a component should behave. It should be able to also provide a mock Thoth Interface to spy on worker functions and avoid calling live API endpoints.
The new SpellRunner should make this simpler. It is likely that the runner for specs would have to provide some kind of a node JSON structure. Ways to easily programmatically set up stats into the nodes data may also be required for this.
Sent with GitHawk
The text was updated successfully, but these errors were encountered: