We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf87ff commit c5ad232Copy full SHA for c5ad232
dev-packages/e2e-tests/test-applications/aws-serverless/tests/npm.test.ts
@@ -71,7 +71,7 @@ test.describe('NPM package', () => {
71
);
72
});
73
74
- test('tracing in ESM works', async ({ lambdaClient }) => {
+ test.only('tracing in ESM works', async ({ lambdaClient }) => {
75
const transactionEventPromise = waitForTransaction('aws-serverless-lambda-sam', transactionEvent => {
76
return transactionEvent?.transaction === 'NpmTracingEsm';
77
0 commit comments