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 1
1
import { test as base , expect } from '@playwright/test' ;
2
2
import { App } from 'aws-cdk-lib' ;
3
3
import * as tmp from 'tmp' ;
4
- import { LocalLambdaStack , SAM_PORT , getHostIp } from '../src/stack.js ' ;
4
+ import { LocalLambdaStack , SAM_PORT , getHostIp } from '../src/stack' ;
5
5
import { writeFileSync } from 'node:fs' ;
6
6
import { spawn , execSync } from 'node:child_process' ;
7
7
import { LambdaClient } from '@aws-sdk/client-lambda' ;
Original file line number Diff line number Diff line change 1
1
import { waitForTransaction , waitForError } from '@sentry-internal/test-utils' ;
2
2
import { InvokeCommand } from '@aws-sdk/client-lambda' ;
3
- import { test , expect } from './lambda-fixtures.js ' ;
3
+ import { test , expect } from './lambda-fixtures' ;
4
4
5
5
test . describe ( 'Lambda layer' , ( ) => {
6
6
test ( 'tracing in CJS works' , async ( { lambdaClient } ) => {
Original file line number Diff line number Diff line change 1
1
import { waitForTransaction } from '@sentry-internal/test-utils' ;
2
2
import { InvokeCommand } from '@aws-sdk/client-lambda' ;
3
- import { test , expect } from './lambda-fixtures.js ' ;
3
+ import { test , expect } from './lambda-fixtures' ;
4
4
5
5
test . describe ( 'NPM package' , ( ) => {
6
6
test ( 'tracing in CJS works' , async ( { lambdaClient } ) => {
You can’t perform that action at this time.
0 commit comments