We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add45a9 commit 9654facCopy full SHA for 9654fac
test/cdk-esm.test.ts
@@ -36,7 +36,7 @@ describe('cdk-esm', async () => {
36
test('check infra', async () => {
37
const lambdaName = await getFunctionName(
38
folder,
39
- 'FunctionNameTestTsCommonJs',
+ 'FunctionNameTestTsEsModule',
40
);
41
await expectInfraDeployed(lambdaName);
42
});
@@ -62,7 +62,7 @@ describe('cdk-esm', async () => {
62
await removeInfra(lldProcess, folder);
63
64
65
66
67
await expectInfraRemoved(lambdaName);
68
}
0 commit comments