Skip to content

Commit

Permalink
chore: remove test function file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
estephinson committed Dec 8, 2023
1 parent 550949f commit ce97326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/commands/deploy/deploy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ describe.skipIf(process.env.NETLIFY_TEST_DISABLE_LIVE === 'true').concurrent('co
export default async () => new Response("Internal V2 API")
export const config = { path: "/internal-v2-func" }
`,
path: '.netlify/functions-internal/func-4.js',
path: '.netlify/functions-internal/func-4.mjs',
})
.buildAsync()

Expand Down

0 comments on commit ce97326

Please sign in to comment.