vitest/test/snapshots/package.json
2022-03-08 03:30:59 +08:00

10 lines
161 B
JSON

{
"name": "@vitest/snapshots",
"private": true,
"scripts": {
"test": "vitest",
"testu": "vitest -u",
"coverage": "vitest run --coverage"
}
}