From 5263dbbb38c80335061cfdb991b321052ae9ba44 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Wed, 2 Apr 2025 19:04:43 +0200 Subject: [PATCH] . --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fd099fe..7c4d5fcc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "orders": "cds watch orders", "reviews": "cds watch reviews", "lint": "npx eslint", - "test": "chest test", + "test": "chest", "jest": "npx jest", "mocha": "npx mocha", "build": "mbt build -t gen --mtar mta.tar",