From c81fd6e31e1ae15f9f891ff70cb3020d3268e0d2 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Wed, 2 Apr 2025 19:09:48 +0200 Subject: [PATCH] . --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c4d5fcc..4fd099fe 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": "chest test", "jest": "npx jest", "mocha": "npx mocha", "build": "mbt build -t gen --mtar mta.tar",