revert vitest run

pull/3449/head
Tuğçe Küçükoğlu 2022-12-27 17:02:47 +03:00
parent 340f2652f8
commit 021c78db1b
2 changed files with 1021 additions and 1856 deletions

2873
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,8 +19,8 @@
"security:check": "npm audit --production --audit-level high", "security:check": "npm audit --production --audit-level high",
"format": "prettier --write \"**/*.{js,vue,d.ts}\"", "format": "prettier --write \"**/*.{js,vue,d.ts}\"",
"format:check": "prettier --check \"**/*.{js,vue,d.ts}\"", "format:check": "prettier --check \"**/*.{js,vue,d.ts}\"",
"test:unit": "vitest run", "test:unit": "vitest",
"test:coverage": "vitest run --coverage", "test:coverage": "vitest --coverage",
"lint": "eslint --ext \".js,.vue\" --ignore-path .gitignore .", "lint": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext \".js,.vue\" --ignore-path .gitignore ." "lint:fix": "eslint --fix --ext \".js,.vue\" --ignore-path .gitignore ."
}, },