mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 20:51:17 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
10
src-old/lib/integrationTests/index.ts
Normal file
10
src-old/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