mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
* feat: add caching to run failed and longer tests first * chore: cleanup * chore: add clearCache * chore: update lockfile * chore: add filesCache * refactor: add sequelizer * chore: lockfile * refactor: renaming * chore: dont override version * chore: fix clearCache * chore: guard slice * chore: cleanup * docs: cleanup * chore: cleanup * chore: remove command for now * refactor: cleanup
12 lines
192 B
JSON
12 lines
192 B
JSON
{
|
|
"name": "@vitest/test-cache",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "workspace:*"
|
|
}
|
|
}
|