Skip to content

Commit a9752b3

Browse files
committed
test
1 parent 27e60b7 commit a9752b3

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: 'ignore',
21+
stdio: 'pipe',
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: 'ignore',
21+
stdio: 'pipe',
2222
});
2323

2424
const transactionEvent = await transactionEventPromise;

0 commit comments

Comments
 (0)