mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 17:51:14 -05:00
Implement integration testing system
This commit is contained in:
10
src/lib/integrationTests/index.ts
Normal file
10
src/lib/integrationTests/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* 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';
|
||||
Reference in New Issue
Block a user