UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

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" } }