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 4
4
# include types
5
5
! src /types /* .d.ts
6
6
7
- # include jest config
7
+ # jest
8
8
! jest.config.js
9
9
! .eslintrc.js
10
+ coverage
10
11
11
12
# npm
12
13
node_modules
@@ -15,3 +16,4 @@ npm_debug.log*
15
16
# yalc
16
17
yalc.lock
17
18
19
+
Original file line number Diff line number Diff line change 4
4
"description" : " Correlation Ids to be used with powertools-lambda" ,
5
5
"scripts" : {
6
6
"test" : " npm run test:unit" ,
7
- "test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
7
+ "test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose --passWithNoTests " ,
8
8
"test:e2e:nodejs14x" : " RUNTIME=nodejs14x jest --group=e2e" ,
9
9
"test:e2e:nodejs16x" : " RUNTIME=nodejs16x jest --group=e2e" ,
10
10
"test:e2e:nodejs18x" : " RUNTIME=nodejs18x jest --group=e2e" ,
You can’t perform that action at this time.
0 commit comments