Skip to content

Commit 4de82cf

Browse files
committed
remove js file endings
1 parent 3393bce commit 4de82cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev-packages/e2e-tests/test-applications/aws-serverless/tests/lambda-fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { test as base, expect } from '@playwright/test';
22
import { App } from 'aws-cdk-lib';
33
import * as tmp from 'tmp';
4-
import { LocalLambdaStack, SAM_PORT, getHostIp } from '../src/stack.js';
4+
import { LocalLambdaStack, SAM_PORT, getHostIp } from '../src/stack';
55
import { writeFileSync } from 'node:fs';
66
import { spawn, execSync } from 'node:child_process';
77
import { LambdaClient } from '@aws-sdk/client-lambda';

dev-packages/e2e-tests/test-applications/aws-serverless/tests/layer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { waitForTransaction, waitForError } from '@sentry-internal/test-utils';
22
import { InvokeCommand } from '@aws-sdk/client-lambda';
3-
import { test, expect } from './lambda-fixtures.js';
3+
import { test, expect } from './lambda-fixtures';
44

55
test.describe('Lambda layer', () => {
66
test('tracing in CJS works', async ({ lambdaClient }) => {

dev-packages/e2e-tests/test-applications/aws-serverless/tests/npm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { waitForTransaction } from '@sentry-internal/test-utils';
22
import { InvokeCommand } from '@aws-sdk/client-lambda';
3-
import { test, expect } from './lambda-fixtures.js';
3+
import { test, expect } from './lambda-fixtures';
44

55
test.describe('NPM package', () => {
66
test('tracing in CJS works', async ({ lambdaClient }) => {

0 commit comments

Comments
 (0)