fix lint
This commit is contained in:
parent
b5a6ce226d
commit
20388d3630
|
|
@ -96,7 +96,7 @@ function reporterOptions(config: FullConfigInternal, mode: 'list' | 'test' | 'me
|
||||||
}
|
}
|
||||||
|
|
||||||
function computeCommandHash(config: FullConfigInternal) {
|
function computeCommandHash(config: FullConfigInternal) {
|
||||||
let parts = [];
|
const parts = [];
|
||||||
// Include project names for readability.
|
// Include project names for readability.
|
||||||
if (config.cliProjectFilter)
|
if (config.cliProjectFilter)
|
||||||
parts.push(...config.cliProjectFilter);
|
parts.push(...config.cliProjectFilter);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue