UNPKG

@analogjs/vitest-angular

Version:

Vitest Builder for Angular

15 lines (14 loc) 440 B
{ "builders": { "test": { "implementation": "./src/lib/builders/test/vitest.impl", "schema": "./src/lib/builders/test/schema.json", "description": "Run tests with Vitest" }, "build-test": { "implementation": "./src/lib/builders/build/vitest.impl", "schema": "./src/lib/builders/build/schema.json", "description": "Bundle and run tests with Vitest using the Application Builder" } } }