mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-18 16:31:32 +00:00
12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"name": "@vitest/test-vm-threads",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"jsdom": "latest",
|
|
"vitest": "workspace:*"
|
|
}
|
|
}
|