chore(repo): fix e2e log (#20846)

This commit is contained in:
James Henry 2023-12-19 18:37:45 +04:00 committed by GitHub
parent 9d7a724bd3
commit f2f5b517e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,10 +129,14 @@ If you are seeing this message then you have been impacted by some currently und
Please report the full nx release version command output below to the Nx team:
${{
versionOutput,
pkg2Contents: readFile(`${pkg2}/package.json`),
}}`
${JSON.stringify(
{
versionOutput,
pkg2Contents: readFile(`${pkg2}/package.json`),
},
null,
2
)}`
);
}
expect(dependencyRelationshipLogMatch.length).toEqual(1);