/** * 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';