You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like I must be doing something wrong here...
I was curious if we could make use of vitest on lerna to help us run our tests as efficiently as possible.
It cannot complete because of a ton of these errors:
The fixtures we on the Nrwl team inherited when we took over stewardship of the lerna project do a process.chdir()ing
These errors with vitest are despite running with the --no-threads options
Reproduction
(This is not the end state of adding vitest to lerna because I would want to clean up the jest usage etc, but until I can get past this fundamental issue there is no point in going any further.)
Describe the bug
I feel like I must be doing something wrong here...
I was curious if we could make use of
vitest
onlerna
to help us run our tests as efficiently as possible.It cannot complete because of a ton of these errors:
The fixtures we on the Nrwl team inherited when we took over stewardship of the lerna project do a
process.chdir()
ingThese errors with vitest are despite running with the
--no-threads
optionsReproduction
(This is not the end state of adding
vitest
tolerna
because I would want to clean up the jest usage etc, but until I can get past this fundamental issue there is no point in going any further.)I did the following:
vite.config.ts
npx vitest
npx vitest --no-threads
and it made no differenceSystem Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: