Skip to content

Commit 3e8f8bd

Browse files
committed
Fix compileFunctions test linting errors
1 parent ee18a8d commit 3e8f8bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package/lib/compileFunctions.test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe('CompileFunctions', () => {
238238
func1: {
239239
handler: 'func1',
240240
labels: {
241-
test: 'label'
241+
test: 'label',
242242
},
243243
events: [
244244
{ http: 'foo' },
@@ -259,7 +259,7 @@ describe('CompileFunctions', () => {
259259
url: 'foo',
260260
},
261261
labels: {
262-
test: 'label'
262+
test: 'label',
263263
},
264264
},
265265
}];
@@ -281,7 +281,7 @@ describe('CompileFunctions', () => {
281281
},
282282
};
283283
googlePackage.serverless.service.provider.labels = {
284-
test: 'label'
284+
test: 'label',
285285
};
286286

287287
const compiledResources = [{
@@ -297,7 +297,7 @@ describe('CompileFunctions', () => {
297297
url: 'foo',
298298
},
299299
labels: {
300-
test: 'label'
300+
test: 'label',
301301
},
302302
},
303303
}];
@@ -317,8 +317,8 @@ describe('CompileFunctions', () => {
317317
{ http: 'foo' },
318318
],
319319
labels: {
320-
test: 'functionLabel'
321-
}
320+
test: 'functionLabel',
321+
},
322322
},
323323
};
324324
googlePackage.serverless.service.provider.labels = {

0 commit comments

Comments
 (0)