Skip to content

Commit 77b92e0

Browse files
fix: test
1 parent 386b189 commit 77b92e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/utils/expectInfraRemoved.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export async function expectInfraRemoved(fuctionName: string) {
1414
expect(envVariables.LLD_DEBUGGER_ID).toBeUndefined();
1515
expect(envVariables.LLD_FUNCTION_ID).toBeUndefined();
1616
expect(envVariables.LLD_INITIAL_TIMEOUT).toBeUndefined();
17-
expect(envVariables.NODE_OPTIONS).toBeUndefined();
1817

1918
expect(lambdaConfiguration.Configuration?.Layers).toBeUndefined();
2019
expect(policyDocument).toBeUndefined();

0 commit comments

Comments
 (0)