This commit is contained in:
2025-08-18 21:51:28 -04:00
parent 1eb0637d38
commit f3ecb8c35b
19 changed files with 179 additions and 646 deletions

View File

@@ -1,6 +1,6 @@
import LoggerFactory from '../logger/LoggerFactory';
import CommandLine from '../config/CommandLine';
import { CommandLineOptions } from '../config/CommandLine';
import {CommandLineOptions} from '../config/CommandLine';
export default class TestRunner {
private static readonly _logger = LoggerFactory.getLogger('TestRunner');
@@ -16,4 +16,4 @@ export default class TestRunner {
TestRunner._logger.info('TestRunner started');
TestRunner._logger.info(JSON.stringify(TestRunner._commandLineOptions, null, 2));
}
}
}