Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
{
"ocm": "1",
"id": "kosmaster87-da-bubble-testing-vitest-instructions",
"kind": "skill",
"name": "testing-vitest",
"description": "Testing With Vitest",
"publisher": "KosMaster87",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Testing With Vitest"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/KosMaster87/DA-Bubble",
"path": ".github/instructions/testing-vitest.instructions.md",
"ref": "55f94b75fdb4e23ef00c506c2a453b6fe0860a93",
"url": "https://github.com/KosMaster87/DA-Bubble/blob/55f94b75fdb4e23ef00c506c2a453b6fe0860a93/.github/instructions/testing-vitest.instructions.md",
"key": "KosMaster87/DA-Bubble/.github/instructions/testing-vitest.instructions.md"
},
"applies_to": "da-bubble/src/**/*.spec.ts"
},
"instructions": "# Testing With Vitest\n\n- DA-Bubble tests run with Vitest through `@angular/build:unit-test`.\n- Preferred command: `npx ng test --watch=false`.\n- Use `describe`, `it`, `expect`, `beforeEach`, `afterEach`, and `vi` from Vitest.\n- Use Angular `TestBed` for DI-based tests.\n- Reset testing state in `afterEach()` when the suite configures Angular testing modules.\n- Follow Arrange / Act / Assert structure.\n- For signal-based services or stores, test derived state synchronously and use explicit effect flushing only when needed.\n- When behavior changes, update or add specs before closing the task.",
"cost": {
"context_tokens": 148
}
}
Fetch it by URL: GET /api/v1/registry/kosmaster87-da-bubble-testing-vitest-instructions/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.