Update test commands

pull/3913/head
mertsincan 2023-04-28 17:33:57 +01:00
parent 6e9a844032
commit a369b553eb
1 changed files with 2 additions and 1 deletions

View File

@ -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 .",