vitest/test/benchmark/package.json
Zac Mullett b8140fcadc
fix(browser): resolved failure to find arbitrarily-named snapshot files when using expect(...).toMatchFileSnapshot() matcher. (#4839)
Co-authored-by: Zac Mullett <zac@Zacs-Air.modem>
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2024-01-04 12:23:33 +01:00

14 lines
274 B
JSON

{
"name": "@vitest/benchmark",
"type": "module",
"private": true,
"scripts": {
"test": "node --test specs/* && echo '1'",
"bench:json": "vitest bench --reporter=json",
"bench": "vitest bench"
},
"devDependencies": {
"vitest": "workspace:*"
}
}