Closed hmajid2301 closed 1 year ago
Thanks for the report. I will fix it and let you know asap.
Can you update to @0.2.16 and let me know.
Updated; doesn't seem to make much of a difference https://gitlab.com/bookmarkey/gui/-/jobs/3708524352. But I wonder could it be something else affecting the run time ?
Does uninstalling svelte-aweome-icons change the result? Can you target one file where you use the svelte-awesome-icons to test it?
Seems to be an issue with vitest itself; https://github.com/vitest-dev/vitest/issues/1861#issuecomment-1415663535
This commit seems have fixed the issue: https://gitlab.com/bookmarkey/gui/-/merge_requests/75/diffs?commit_id=0eb1a6917cdd9b226937ecdda1571c29f3c4e3a7
Can close this issue.
Description of the bug
It seems when I use this library with vitest my tests run a lot slower ~14 minutes;
CI: https://gitlab.com/bookmarkey/gui/-/jobs/3703491548
According to this post; https://github.com/vitest-dev/vitest/issues/1861#issuecomment-1413419837
This seem to be caused by:
Steps To Reproduce
task unit_tests
Additional Information
Link to repo: https://gitlab.com/bookmarkey/gui