mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"name": "@vitest/test-edge-runtime",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@edge-runtime/vm": "1.1.0-beta.26",
|
|
"@vitest/web-worker": "workspace:*",
|
|
"vitest": "workspace:*"
|
|
}
|
|
}
|