diff --git a/e2e/node/src/node-ts-solution-esbuild.test.ts b/e2e/node/src/node-ts-solution-esbuild.test.ts index aa7de4b87e..551fa39268 100644 --- a/e2e/node/src/node-ts-solution-esbuild.test.ts +++ b/e2e/node/src/node-ts-solution-esbuild.test.ts @@ -80,7 +80,7 @@ describe('Node Esbuild Applications', () => { // check build expect(runCLI(`build ${nodeapp}`)).toContain( - `Successfully ran target build for project ${nodeapp}` + `Successfully ran target build for project @proj/${nodeapp}` ); }); });