Skip to content

testing Overview

GitHub Action edited this page May 21, 2026 · 1 revision

@quatrain/testing

Common testing utilities and fixtures for Quatrain packages.

Purpose

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.

HOWTO / Usage Examples

import { fixtures } from '@quatrain/testing'

const user = fixtures.createUser()

Conventions & Technical Details

  • 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.

Clone this wiki locally