-
Notifications
You must be signed in to change notification settings - Fork 1
testing Overview
GitHub Action edited this page May 21, 2026
·
1 revision
Common testing utilities and fixtures for Quatrain packages.
This package is part of the Quatrain Core monorepo. It provides testing helpers, mocks, and fixtures to standardize unit and integration testing across Quatrain packages.
import { fixtures } from '@quatrain/testing'
const user = fixtures.createUser()- Follows the standard Quatrain architecture patterns.
- Ensure proper configuration before usage.
- See the root monorepo documentation for more details on building and testing this package.