clean up
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user