The test use olly_chat as API_PROVIDER, before run the test you need to change the API_PROVIDER to olly_chat in .env file and have olly_chat setup, after that you can run it with npm run test -- src/tests/viz/viz.test.ts
Issues Resolved
[List any issues this PR will resolve]
Check List
[ ] New functionality includes testing.
[ ] All tests pass, including unit test, integration test and doctest
[ ] New functionality has been documented.
[ ] New functionality has javadoc added
[ ] New functionality has user manual doc added
[ ] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
Add basic test case for visualization tool.
The test use
olly_chat
asAPI_PROVIDER
, before run the test you need to change theAPI_PROVIDER
toolly_chat
in.env
file and have olly_chat setup, after that you can run it withnpm run test -- src/tests/viz/viz.test.ts
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.