mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-28 17:26:58 -05:00
Improve error formatting in tests
- Replace [object Object] errors with readable messages by using robust error formatting across test suites - Introduce formatTestError helper and apply it in all catch blocks and error throws - Update approvalPipelineTests and related suites to utilize improved error extraction for better debugging
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
export { IntegrationTestRunner } from './testRunner';
|
||||
export { allTestSuites } from './suites';
|
||||
export { formatResultsAsMarkdown, formatSingleTestAsMarkdown } from './formatters';
|
||||
export { formatTestError } from './formatTestError';
|
||||
|
||||
export type { TestResult, Test, TestSuite } from './testRunner';
|
||||
|
||||
Reference in New Issue
Block a user