Open blimmer opened 3 years ago
I've just noticed that we had the same issue and our CI tests had not been running :sweat_smile:
Do you maybe know of a workaround or a way to set this --unhandled-rejections=strict
flag?
@aumann I didn't find a workaround, but also didn't spend too much time looking into it. With a bit of digging, you might be able to find the code that needs updated and use patch-package to update it locally.
Thank you very much for your fast response.
Yeah, the actual fix for the underlying problem has been trivial in our case. I'm mostly worried about future, similar issues causing silent CI fails...
Version
5.0.0-beta.5
Reproduction link
github.com
Environment info
Steps to reproduce
npm ci
vue-cli-service test:unit
What is expected?
The test suite does not run because of an invalid configuration in
vue.config.js
. I expect thevue-cli-service test:unit
process to exit with a non-zero exit code, so I'm aware of the issue in my CI platform.What is actually happening?
The test suite fails and does not run, but the command completes with a zero exit code.
This happens with the latest stable Vue-CLI (4.5.13), as well as the lastest v5 version.