Commit e6444877 authored by Wyatt Barnes's avatar Wyatt Barnes

Add --coverage to test command

Co-authored-by: default avatarWill Cory <willcory10@gmail.com>
parent b5d7b43b
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"build": "tsup", "build": "tsup",
"lint": "prettier --check .", "lint": "prettier --check .",
"lint:fix": "prettier --write .", "lint:fix": "prettier --write .",
"test": "vitest", "test": "vitest --coverage",
"test:coverage": "vitest run --coverage", "test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment