fix lint
This commit is contained in:
parent
c91551249b
commit
66f8b209fc
|
|
@ -108,7 +108,7 @@ export class Runner {
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
async loadAllTests(mode: 'in-process' | 'out-of-process' = 'in-process', options: { populatePluginDependencies?: boolean }): Promise<{ status: FullResult['status'], suite?: Suite, errors: TestError[] }> {
|
async loadAllTests(mode: 'in-process' | 'out-of-process' = 'in-process', options: { populatePluginDependencies?: boolean } = {}): Promise<{ status: FullResult['status'], suite?: Suite, errors: TestError[] }> {
|
||||||
const config = this._config;
|
const config = this._config;
|
||||||
const errors: TestError[] = [];
|
const errors: TestError[] = [];
|
||||||
const reporters = [wrapReporterAsV2({
|
const reporters = [wrapReporterAsV2({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue