-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Tests are failing #64
Comments
from @lalalune
|
After the above is merged, we need to quantify existing tests and decide which are still relevant. I'll analyze the test files and describe their purposes. Basic Tests
Memory Tests
Browser Service Tests
Token Provider Tests
Goals Tests
Runtime Tests
Actions Tests
Continue Action Tests
Messages Tests
Evaluation Tests
The test suite uses Jest as the testing framework and includes features like:
Most tests include proper setup and teardown procedures to ensure a clean testing environment for each test case. |
Now that we have a basic hello world type of test in place and running on ci, we can start lookin at these other ones. I'm going to split each one of these into their own task so they can be handled piece by piece and possibly spread out amongst the collective. |
Tried out running the tests today (
npm run test
) and there are a lot of failures currently.We should
@lalalune could you advise here?
I think we can work on the tests but the first task of identifying which ones are necessary would be great if you could help with that more quickly than others.
The text was updated successfully, but these errors were encountered: