@@ -46,6 +46,7 @@ describe("findHandlers", () => {
4646 "node18-function" : { handler : "myfile.handler" , runtime : "nodejs18.x" } ,
4747 "node20-function" : { handler : "myfile.handler" , runtime : "nodejs20.x" } ,
4848 "node22-function" : { handler : "myfile.handler" , runtime : "nodejs22.x" } ,
49+ "node24-function" : { handler : "myfile.handler" , runtime : "nodejs24.x" } ,
4950 "python37-function" : { handler : "myfile.handler" , runtime : "python3.7" } ,
5051 "python38-function" : { handler : "myfile.handler" , runtime : "python3.8" } ,
5152 "python39-function" : { handler : "myfile.handler" , runtime : "python3.9" } ,
@@ -98,6 +99,12 @@ describe("findHandlers", () => {
9899 type : RuntimeType . NODE ,
99100 runtime : "nodejs22.x" ,
100101 } ,
102+ {
103+ name : "node24-function" ,
104+ handler : { handler : "myfile.handler" , runtime : "nodejs24.x" } ,
105+ type : RuntimeType . NODE ,
106+ runtime : "nodejs24.x" ,
107+ } ,
101108 {
102109 name : "python37-function" ,
103110 handler : { handler : "myfile.handler" , runtime : "python3.7" } ,
0 commit comments