From 4f807eb3a57f5bf8fd34e9d5757023482016c98f Mon Sep 17 00:00:00 2001 From: nflnkr Date: Thu, 9 Mar 2023 11:48:59 +0300 Subject: [PATCH] add test cart script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a82690a..e6e2f40 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "start": "craco start", "build": "craco build", "test": "craco test", + "test:cart": "craco test src/kitUI/Cart --watchAll=false", "eject": "craco eject" }, "eslintConfig": {