mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
* feat: allow custom environments * chore: linting * chore: cleanup Co-authored-by: Ivan Demchuk <ivan.demchuk@gmail.com> * chore: cleanup Co-authored-by: Ivan Demchuk <ivan.demchuk@gmail.com> * chore: cleanup * docs: cleanup * docs: cleanup * Update docs/guide/environment.md Co-authored-by: Ivan Demchuk <ivan.demchuk@gmail.com> Co-authored-by: Ivan Demchuk <ivan.demchuk@gmail.com>
13 lines
266 B
JSON
13 lines
266 B
JSON
{
|
|
"name": "@vitest/test-env-custom",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "workspace:*",
|
|
"vitest-environment-custom": "file:./vitest-environment-custom"
|
|
}
|
|
}
|