From e05366118da347fe0c25b8ff1b4f0dd5cfee9817 Mon Sep 17 00:00:00 2001 From: Cristian Cepeda <43882+pastuxso@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:02:59 -0500 Subject: [PATCH] Disables vitest's threads --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11973a0..55dc412 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ npx eslint src tests unit tests via [Vitest](https://vitest.dev/): ```sh {"id":"01HF7GMQ6NTPMHCVN4BY0W782F","name":"test:unit"} -npx vitest --config ./vitest.config.ts --retry=3 +npx vitest --config ./vitest.config.ts --retry=3 --threads=false ``` Update snapshots used in tests if necesary: