From a369b553ebe4363ab3e2b836f1280f70cbe496f0 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Fri, 28 Apr 2023 17:33:57 +0100 Subject: [PATCH] Update test commands --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 84e1b2dab..287f9efcd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "security:check": "npm audit --production --audit-level high", "format": "prettier --write \"**/*.{js,vue,d.ts}\"", "format:check": "prettier --check \"**/*.{js,vue,d.ts}\"", - "test:unit": "vitest", + "test:unit": "vitest run", + "test:unit:watch": "vitest watch", "test:coverage": "vitest run --coverage", "lint": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", "lint:fix": "eslint --fix --ext \".js,.vue\" --ignore-path .gitignore .",