File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dev-packages/e2e-tests/test-applications/aws-serverless/tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { test as base , expect } from '@playwright/test' ;
22import { App } from 'aws-cdk-lib' ;
33import * as tmp from 'tmp' ;
4- import { LocalLambdaStack , SAM_PORT , getHostIp } from '../src/stack.js ' ;
4+ import { LocalLambdaStack , SAM_PORT , getHostIp } from '../src/stack' ;
55import { writeFileSync } from 'node:fs' ;
66import { spawn , execSync } from 'node:child_process' ;
77import { LambdaClient } from '@aws-sdk/client-lambda' ;
Original file line number Diff line number Diff line change 11import { waitForTransaction , waitForError } from '@sentry-internal/test-utils' ;
22import { InvokeCommand } from '@aws-sdk/client-lambda' ;
3- import { test , expect } from './lambda-fixtures.js ' ;
3+ import { test , expect } from './lambda-fixtures' ;
44
55test . describe ( 'Lambda layer' , ( ) => {
66 test ( 'tracing in CJS works' , async ( { lambdaClient } ) => {
Original file line number Diff line number Diff line change 11import { waitForTransaction } from '@sentry-internal/test-utils' ;
22import { InvokeCommand } from '@aws-sdk/client-lambda' ;
3- import { test , expect } from './lambda-fixtures.js ' ;
3+ import { test , expect } from './lambda-fixtures' ;
44
55test . describe ( 'NPM package' , ( ) => {
66 test ( 'tracing in CJS works' , async ( { lambdaClient } ) => {
You can’t perform that action at this time.
0 commit comments