mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-25 16:48:18 +00:00
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"name": "@vitest/test-env-custom",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "^4.1.8",
|
|
"debug": "^4.3.4",
|
|
"vitest": "workspace:*",
|
|
"vitest-environment-custom": "file:./vitest-environment-custom"
|
|
}
|
|
}
|