[cli] Fix failing tests after Node 18 default change (#8950)

This commit is contained in:
Nathan Rajlich
2022-11-21 11:39:32 -08:00
committed by GitHub
parent 26ea6b8860
commit 13bfc29cec
19 changed files with 7224 additions and 33990 deletions

View File

@@ -949,7 +949,6 @@ describe('build', () => {
);
expect(vcConfig).toMatchObject({
handler: 'api/memory.js',
runtime: 'nodejs16.x',
memory: 128,
environment: {},
launcherType: 'Nodejs',