Skip to content

Commit 4f87328

Browse files
author
Daniel Bot
committed
fix: pass with no tests
1 parent ceee91f commit 4f87328

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ lib
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
1213
node_modules
@@ -15,3 +16,4 @@ npm_debug.log*
1516
# yalc
1617
yalc.lock
1718

19+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",

0 commit comments

Comments
 (0)