Closed Chriscbr closed 2 months ago
Right... my fault! The @wingconsole/utilities:test
script runs vitest
(without additional commands). The vitest
commands runs vitest run
(single shot test runner) in non-interactive environments (such as CI), and vitest watch
in the rest of environments.
Will change it to vitest run
.
Congrats! :rocket: This was released in Wing 0.84.6.
Congrats! :rocket: This was released in Wing 0.84.7.
I tried this:
I ran
pnpm turbo test
to build and run all tests in the project.This happened:
The process never finishes because the command for running tests on
@wingconsole/utilities
hangs. Here is my output if I runpnpm turbo test -F @wingconsole/utilities
:After this is printed, the command just hangs. Pressing q doesn't work so I have to Ctrl + C to kill the process.
I expected this:
The test exits happily
Is there a workaround?
Ctrl+C once it looks like everything is done
Anything else?
No response
Wing Version
0.84.5
Node.js Version
20.17.0
Platform(s)
No response
Community Notes