-
Notifications
You must be signed in to change notification settings - Fork 523
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
Unit tests for plexus package #340
Comments
is it still a valid issue to work on? |
Yes |
ok, i would go with vitest, however the bundler is webpack for this package and for ui is vite. do you have any preference @yurishkuro ? |
It's not a contradiction to use both vite and webpack. I do not recommend changing this just to add tests. |
ok, if I got your correctly, I'm keeping webpack as it is - no change to bundler- , as i meant in my earlier comment. for testing package - i'll use vitest. tasks:
please react to this comment in case we are on the same page @yurishkuro |
i have attached a draft pr by mentioning this issue, lets keep our conversation there. |
i have opened the setup pr. |
Can be broken down into sub-tickets:
Make sure code coverage is sent to codecov.io, too.
The text was updated successfully, but these errors were encountered: