UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

21 lines (20 loc) 456 B
{ "description": "Use Vitest into your Qwik app", "__qwik__": { "displayName": "Integration: Vitest (Unit Test)", "priority": -15, "viteConfig": {}, "docs": [ "https://vitest.dev/guide/", "https://qwik.dev/integrations/vitest/" ] }, "devDependencies": { "@vitest/ui": "^0.34.6", "vitest": "^0.34.6" }, "scripts": { "test.unit": "vitest components", "test.unit.ui": "vitest --ui components" } }