testing

Installation
SKILL.md

Vitest + Testing Library

Running Tests

pnpm test            # Run all
pnpm test:watch      # Watch mode
pnpm test:coverage   # With coverage

Basic Test

import { render, screen } from '@testing-library/react';
import { describe, expect, it } from 'vitest';
import { Button } from '@oakoss/ui';
Installs
1
GitHub Stars
1
First Seen
Aug 23, 2026
testing — oakoss/open-saas-kit