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

Set up unit test infrastructure #91

Closed
jamesyoungman opened this issue Jun 12, 2022 · 1 comment
Closed

Set up unit test infrastructure #91

jamesyoungman opened this issue Jun 12, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Web Web UI issues

Comments

@jamesyoungman
Copy link
Contributor

Right now there are lots of tests in the Rust code and none in the TypeScript code. We don't have an unit testing infrastructure set up.

We need it, as he TypeScript code continues to grow in size and complexity.

This FR isn't asking for the writing of unit tests, just setting up the machinery to run them:

  1. During development
  2. From GitHub actions for PRs and pushes.
@jamesyoungman jamesyoungman added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Web Web UI issues labels Jun 12, 2022
@jamesyoungman
Copy link
Contributor Author

This is done now. Github actions cause tests to be run from pull requests (or after pushes to main). The tests can also be run locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Web Web UI issues
Projects
None yet
Development

No branches or pull requests

1 participant