test: use vitest run to test library

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
Alfi Maulana 2025-06-04 21:38:46 +07:00
parent eac3dddfc3
commit 54daba39cc
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"build": "rollup -c",
"format": "prettier --write --cache . !dist !README.md",
"lint": "eslint",
"test": "vitest"
"test": "vitest run"
},
"dependencies": {
"gha-utils": "^0.4.1"

View File

@ -2,7 +2,6 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
watch: false,
coverage: {
all: false,
enabled: true,