File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44# include types
55! src /types /* .d.ts
66
7- # include jest config
7+ # jest
88! jest.config.js
99! .eslintrc.js
10+ coverage
1011
1112# npm
1213node_modules
@@ -15,3 +16,4 @@ npm_debug.log*
1516# yalc
1617yalc.lock
1718
19+
Original file line number Diff line number Diff line change 44 "description" : " Correlation Ids to be used with powertools-lambda" ,
55 "scripts" : {
66 "test" : " npm run test:unit" ,
7- "test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
7+ "test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose --passWithNoTests " ,
88 "test:e2e:nodejs14x" : " RUNTIME=nodejs14x jest --group=e2e" ,
99 "test:e2e:nodejs16x" : " RUNTIME=nodejs16x jest --group=e2e" ,
1010 "test:e2e:nodejs18x" : " RUNTIME=nodejs18x jest --group=e2e" ,
You can’t perform that action at this time.
0 commit comments