Skip to content

Latest commit

 

History

History

README.md

Fixtures Example

This directory contains a complete, production-ready example of organizing fixtures in separate files.

See the File-Based Organization guide for detailed documentation.

Quick Overview

This example demonstrates:

  • Organizing fixtures in separate files
  • Using typed helpers to reduce boilerplate
  • Dependency chains and shared dependencies
  • Common testing patterns

Running the Example

bun test tests/example.test.ts