Skip to content

@codesoul-co/hypha-testing API

Trace, replay, fixture and deterministic assertion helpers.

  • Install: npm install @codesoul-co/hypha-testing@1.0.1
  • Entrypoint import: import { ... } from '@codesoul-co/hypha-testing';
  • Public exports: 46
  • Source modules: 5

Export overview

KindCount
class9
function7
interface28
type2

Source modules

ModuleUse whenExportsSource
evaluationUse the Evaluation module for using the public contracts and operations for this capability boundary. It exports 3 classes, 1 function, 10 interfaces, 1 type.15source
indexAggregates the public entrypoint exports for @codesoul-co/hypha-testing; applications import these symbols from the package entrypoint instead of internal file paths.4source
mock-execution-providerUse the Mock execution provider module for binding external or local providers to Hypha ports. It exports 2 classes, 2 interfaces.4source
regressionUse the Regression module for using the public contracts and operations for this capability boundary. It exports 1 class, 5 interfaces, 1 type.7source
replayUse the Replay module for using the public contracts and operations for this capability boundary. It exports 3 classes, 3 functions, 10 interfaces.16source

Import boundary

This page documents only the public API exported by the @codesoul-co/hypha-testing package entrypoint. Implementations under packages/testing/src that are not exported from that entrypoint are not part of the npm package contract.