chore(repo): fix e2e log (#20846)
This commit is contained in:
parent
9d7a724bd3
commit
f2f5b517e3
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user