Files
thrilltrack-explorer/src-old/lib/integrationTests/index.ts

11 lines
274 B
TypeScript

/**
* Integration Testing System
*
* Main exports for the comprehensive integration testing framework.
*/
export { IntegrationTestRunner } from './testRunner';
export { allTestSuites } from './suites';
export type { TestResult, Test, TestSuite } from './testRunner';