2022-08-15 15:13:37 +08:00

22 lines
428 B
JSON

{
"name": "@vitest/example-image-snapshot",
"type": "module",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"devDependencies": {
"@vitest/ui": "latest",
"jest-image-snapshot": "^4.5.1",
"vite": "latest",
"vitest": "latest"
},
"stackblitz": {
"startCommand": "npm run test:ui"
}
}