From e4b93b041905aa7da1c9ef60b705662cfddd139c Mon Sep 17 00:00:00 2001 From: joluj Date: Mon, 28 Oct 2024 17:01:19 +0100 Subject: [PATCH] Improve test commands --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d22af8cc..6f1061fa 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "scripts": { "build": "tsc", "test": "vitest", - "test:b01": "vitest --dir test/adap-b01*", - "test:b02": "vitest --dir test/adap-b02*", - "test:b03": "vitest --dir test/adap-b03*", - "test:b04": "vitest --dir test/adap-b04* --passWithNoTests", - "test:b05": "vitest --dir test/adap-b05* --passWithNoTests", - "test:b06": "vitest --dir test/adap-b06* --passWithNoTests" + "test:b01": "vitest --dir test/adap-b01 --passWithNoTests", + "test:b02": "vitest --dir test/adap-b02 --passWithNoTests", + "test:b03": "vitest --dir test/adap-b03 --passWithNoTests", + "test:b04": "vitest --dir test/adap-b04 --passWithNoTests", + "test:b05": "vitest --dir test/adap-b05 --passWithNoTests", + "test:b06": "vitest --dir test/adap-b06 --passWithNoTests" }, "keywords": [], "author": "Dirk Riehle",