mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-08 10:11:21 +00:00
test: use vitest run
to test library
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
parent
eac3dddfc3
commit
54daba39cc
@ -6,7 +6,7 @@
|
|||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"format": "prettier --write --cache . !dist !README.md",
|
"format": "prettier --write --cache . !dist !README.md",
|
||||||
"lint": "eslint",
|
"lint": "eslint",
|
||||||
"test": "vitest"
|
"test": "vitest run"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gha-utils": "^0.4.1"
|
"gha-utils": "^0.4.1"
|
||||||
|
@ -2,7 +2,6 @@ import { defineConfig } from "vitest/config";
|
|||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
test: {
|
test: {
|
||||||
watch: false,
|
|
||||||
coverage: {
|
coverage: {
|
||||||
all: false,
|
all: false,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user