Skip to content
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

Migrate to vitest 1+ #230

Closed
TatianaFomina opened this issue Mar 20, 2024 · 1 comment
Closed

Migrate to vitest 1+ #230

TatianaFomina opened this issue Mar 20, 2024 · 1 comment
Assignees

Comments

@TatianaFomina
Copy link
Contributor

Sometimes vitest failed to eliminate worker. To solve this, the tests are now run in non-threaded mode.

More about this issue: vitest-dev/vitest#3077

We previously fixed it with https://github.com/codex-team/notes.api/pull/227/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R16-R17

But better way is to migrate to vitest 1+ and use node:child_processs option in vitest.config.ts

@kloV148
Copy link
Contributor

kloV148 commented Mar 27, 2024

Closed in #227

@kloV148 kloV148 closed this as completed Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants