@7x7cl/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
21 lines (20 loc) • 475 B
JSON
{
"description": "Use Vitest into your Qwik app",
"devDependencies": {
"@vitest/ui": "^0.31.3",
"vitest": "^0.31.3"
},
"scripts": {
"test.unit": "vitest components",
"test.unit.ui": "vitest --ui components"
},
"__qwik__": {
"displayName": "Integration: Vitest (Unit Test)",
"priority": -15,
"viteConfig": {},
"docs": [
"https://vitest.dev/guide/",
"https://qwik.builder.io/integrations/integration/vitest/"
]
}
}