-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Core Unit Tests #340
Comments
@ponderingdemocritus Are the existing tests passing now or is this task for new tests? I've tried running tests on main and not able to get them all to pass. Also, do you know if there are tests running in CI now? I haven't found anywhere we're doing this yet. |
Last I checked the tests are not passing |
Also,
I don't see Vitest as a current Core dependency. Looks like all tests are written in Jest. Is there another task to implement Vitest? |
there are no real Unit tests in the repo. The current e2e tests are broken and need overhauling. First step however is to implement unit tests. If you want to tackle this:
|
@ponderingdemocritus There were actually a lot of tests and test resources that appear to only have been added a couple of weeks ago and they were all just deleted by this PR: |
@ponderingdemocritus removed jest in favor of vitest as discussed and re-implemented one of the deleted tests as a starting point in this PR: |
This task is to implement unit tests for all the core functions.
Use Vitest as the test suite.
The text was updated successfully, but these errors were encountered: