Skip to content

Commit

Permalink
add index.js specifically to runLocally tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kreddlear committed Feb 4, 2025
1 parent 1321ff5 commit 49d9a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/integration-test/integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runLambda.testName = 'runLambda';
const runLocally = (event) => {
return new Promise((resolve, reject) => {
const handler = createLambdaHandler(
path.resolve(__dirname, '../test/userapp'),
path.resolve(__dirname, '../test/userapp/index.js'),
);

handler(event, {}, (err, data) => {
Expand Down

0 comments on commit 49d9a50

Please sign in to comment.