From 2f8e4711574a6ac3407e6b97e32de7db1b87d0e8 Mon Sep 17 00:00:00 2001 From: Valentin Dosimont Date: Sun, 18 Aug 2024 20:31:32 +0200 Subject: [PATCH] fix: siws vitest add pass with no tests option --- packages/siws/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/siws/package.json b/packages/siws/package.json index 2f25f60f..3ab88226 100644 --- a/packages/siws/package.json +++ b/packages/siws/package.json @@ -15,7 +15,7 @@ }, "scripts": { "dev": "tsup", - "test": "vitest", + "test": "vitest --passWithNoTests", "build": "tsup", "gcp-build": "tsc", "clean": "git clean -xdf .cache .turbo dist node_modules",