Skip to content

Commit 1ac4098

Browse files
committed
use stdio: inherit
1 parent 4513bea commit 1ac4098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/aws-lambda-layer-cjs/tests/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test('Lambda layer SDK bundle sends events', async ({ request }) => {
1818
);
1919

2020
child_process.execSync('pnpm start', {
21-
stdio: 'pipe',
21+
stdio: 'inherit',
2222
});
2323

2424
const transactionEvent = await transactionEventPromise;

dev-packages/e2e-tests/test-applications/aws-lambda-layer-esm/tests/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test('Lambda layer SDK bundle sends events', async ({ request }) => {
1818
);
1919

2020
child_process.execSync('pnpm start', {
21-
stdio: 'pipe',
21+
stdio: 'inherit',
2222
});
2323

2424
const transactionEvent = await transactionEventPromise;

0 commit comments

Comments
 (0)