cleanup(node): fix outdated e2e test expectation (#30285)

Update an e2e test expectation that got outdated after two different
changes were merged.

## Current Behavior

## Expected Behavior

## Related Issue(s)

Fixes #
This commit is contained in:
Leosvel Pérez Espinosa 2025-03-06 11:07:22 +01:00 committed by GitHub
parent ada8be473d
commit 2d872a34ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ describe('Node Esbuild Applications', () => {
// check build // check build
expect(runCLI(`build ${nodeapp}`)).toContain( expect(runCLI(`build ${nodeapp}`)).toContain(
`Successfully ran target build for project ${nodeapp}` `Successfully ran target build for project @proj/${nodeapp}`
); );
}); });
}); });