vitest/test/base/package.json
Vladimir 135030abc9
fix: mocking works with base url (#1581)
* fix: mocking works with base url

* refactor: removed not needed code
2022-07-03 15:45:31 +03:00

12 lines
191 B
JSON

{
"name": "@vitest/test-base",
"private": true,
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"vitest": "workspace:*"
}
}