Skip to content

Commit

Permalink
Update src/playwrightTest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Mar 15, 2024
1 parent 2854314 commit ba02daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playwrightTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class PlaywrightTest {
const output = await this._runNode(allArgs, configFolder);
const result = JSON.parse(output) as Partial<ConfigListFilesReport>;
return {
// In case of an error, we still want to return the projects.
// list-files does not return `projects: []` if there is an error.
projects: [],
...result,
};
Expand Down

0 comments on commit ba02daa

Please sign in to comment.