@@ -102,6 +102,7 @@ describe('CompileFunctions', () => {
102
102
func1 : {
103
103
handler : 'func1' ,
104
104
memorySize : 1024 ,
105
+ runtime : 'nodejs8' ,
105
106
events : [
106
107
{ http : 'foo' } ,
107
108
] ,
@@ -113,6 +114,7 @@ describe('CompileFunctions', () => {
113
114
name : 'my-service-dev-func1' ,
114
115
properties : {
115
116
location : 'us-central1' ,
117
+ runtime : 'nodejs8' ,
116
118
function : 'func1' ,
117
119
availableMemoryMb : 1024 ,
118
120
timeout : '60s' ,
@@ -147,6 +149,7 @@ describe('CompileFunctions', () => {
147
149
name : 'my-service-dev-func1' ,
148
150
properties : {
149
151
location : 'us-central1' ,
152
+ runtime : 'nodejs8' ,
150
153
function : 'func1' ,
151
154
availableMemoryMb : 1024 ,
152
155
timeout : '60s' ,
@@ -181,6 +184,7 @@ describe('CompileFunctions', () => {
181
184
name : 'my-service-dev-func1' ,
182
185
properties : {
183
186
location : 'us-central1' ,
187
+ runtime : 'nodejs8' ,
184
188
function : 'func1' ,
185
189
availableMemoryMb : 256 ,
186
190
timeout : '120s' ,
@@ -215,6 +219,7 @@ describe('CompileFunctions', () => {
215
219
name : 'my-service-dev-func1' ,
216
220
properties : {
217
221
location : 'us-central1' ,
222
+ runtime : 'nodejs8' ,
218
223
function : 'func1' ,
219
224
availableMemoryMb : 256 ,
220
225
timeout : '120s' ,
@@ -251,6 +256,7 @@ describe('CompileFunctions', () => {
251
256
name : 'my-service-dev-func1' ,
252
257
properties : {
253
258
location : 'us-central1' ,
259
+ runtime : 'nodejs8' ,
254
260
function : 'func1' ,
255
261
availableMemoryMb : 256 ,
256
262
timeout : '60s' ,
@@ -289,6 +295,7 @@ describe('CompileFunctions', () => {
289
295
name : 'my-service-dev-func1' ,
290
296
properties : {
291
297
location : 'us-central1' ,
298
+ runtime : 'nodejs8' ,
292
299
function : 'func1' ,
293
300
availableMemoryMb : 256 ,
294
301
timeout : '60s' ,
@@ -331,6 +338,7 @@ describe('CompileFunctions', () => {
331
338
name : 'my-service-dev-func1' ,
332
339
properties : {
333
340
location : 'us-central1' ,
341
+ runtime : 'nodejs8' ,
334
342
function : 'func1' ,
335
343
availableMemoryMb : 256 ,
336
344
timeout : '60s' ,
@@ -367,6 +375,7 @@ describe('CompileFunctions', () => {
367
375
name : 'my-service-dev-func1' ,
368
376
properties : {
369
377
location : 'us-central1' ,
378
+ runtime : 'nodejs8' ,
370
379
function : 'func1' ,
371
380
availableMemoryMb : 256 ,
372
381
timeout : '60s' ,
@@ -418,6 +427,7 @@ describe('CompileFunctions', () => {
418
427
name : 'my-service-dev-func1' ,
419
428
properties : {
420
429
location : 'us-central1' ,
430
+ runtime : 'nodejs8' ,
421
431
function : 'func1' ,
422
432
availableMemoryMb : 256 ,
423
433
timeout : '60s' ,
@@ -435,6 +445,7 @@ describe('CompileFunctions', () => {
435
445
name : 'my-service-dev-func2' ,
436
446
properties : {
437
447
location : 'us-central1' ,
448
+ runtime : 'nodejs8' ,
438
449
function : 'func2' ,
439
450
availableMemoryMb : 256 ,
440
451
timeout : '60s' ,
0 commit comments