We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2fc25 commit 3dea723Copy full SHA for 3dea723
1 file changed
e2e/nx-plugin-e2e/tests/plugin-plugins-config.e2e.test.ts
@@ -74,7 +74,8 @@ describe('nx-plugin pluginsConfig', () => {
74
75
await materializeTree(tree, cwd);
76
77
- const { code, projectJson } = await nxShowProjectJson(cwd, project);
+ const { code, stderr, projectJson } = await nxShowProjectJson(cwd, project);
78
+ expect(stderr).toBe('');
79
expect(code).toBe(0);
80
81
expect(projectJson).toStrictEqual(
0 commit comments