From fedeba0fe44ec726d32388a028870f0431d6a4ba Mon Sep 17 00:00:00 2001 From: Tyan_Pavel Date: Thu, 21 Nov 2024 17:29:03 +0300 Subject: [PATCH] chore: add npm script for testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fba17cf7..e3f2fe12 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "deps:install": "npm ci", "deps:truncate": "npm prune --production", "typecheck": "tsc -p . --noEmit", - "test": "exit 0", + "test": "npx playwright test", "dev": "run-s build _dev:watch", "_dev:watch": "run-p _build:watch _storybook:watch", "build:clean": "rm -rf build",