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 386b189 commit 77b92e0Copy full SHA for 77b92e0
test/utils/expectInfraRemoved.ts
@@ -14,7 +14,6 @@ export async function expectInfraRemoved(fuctionName: string) {
14
expect(envVariables.LLD_DEBUGGER_ID).toBeUndefined();
15
expect(envVariables.LLD_FUNCTION_ID).toBeUndefined();
16
expect(envVariables.LLD_INITIAL_TIMEOUT).toBeUndefined();
17
- expect(envVariables.NODE_OPTIONS).toBeUndefined();
18
19
expect(lambdaConfiguration.Configuration?.Layers).toBeUndefined();
20
expect(policyDocument).toBeUndefined();
0 commit comments