File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ describe('CompileFunctions', () => {
238
238
func1 : {
239
239
handler : 'func1' ,
240
240
labels : {
241
- test : 'label'
241
+ test : 'label' ,
242
242
} ,
243
243
events : [
244
244
{ http : 'foo' } ,
@@ -259,7 +259,7 @@ describe('CompileFunctions', () => {
259
259
url : 'foo' ,
260
260
} ,
261
261
labels : {
262
- test : 'label'
262
+ test : 'label' ,
263
263
} ,
264
264
} ,
265
265
} ] ;
@@ -281,7 +281,7 @@ describe('CompileFunctions', () => {
281
281
} ,
282
282
} ;
283
283
googlePackage . serverless . service . provider . labels = {
284
- test : 'label'
284
+ test : 'label' ,
285
285
} ;
286
286
287
287
const compiledResources = [ {
@@ -297,7 +297,7 @@ describe('CompileFunctions', () => {
297
297
url : 'foo' ,
298
298
} ,
299
299
labels : {
300
- test : 'label'
300
+ test : 'label' ,
301
301
} ,
302
302
} ,
303
303
} ] ;
@@ -317,8 +317,8 @@ describe('CompileFunctions', () => {
317
317
{ http : 'foo' } ,
318
318
] ,
319
319
labels : {
320
- test : 'functionLabel'
321
- }
320
+ test : 'functionLabel' ,
321
+ } ,
322
322
} ,
323
323
} ;
324
324
googlePackage . serverless . service . provider . labels = {
You can’t perform that action at this time.
0 commit comments