Skip to content

Commit

Permalink
fix: pass with no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bot committed Aug 3, 2023
1 parent ceee91f commit 4f87328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ lib
# include types
!src/types/*.d.ts

# include jest config
# jest
!jest.config.js
!.eslintrc.js
coverage

# npm
node_modules
Expand All @@ -15,3 +16,4 @@ npm_debug.log*
# yalc
yalc.lock


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Correlation Ids to be used with powertools-lambda",
"scripts": {
"test": "npm run test:unit",
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose",
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose --passWithNoTests",
"test:e2e:nodejs14x": "RUNTIME=nodejs14x jest --group=e2e",
"test:e2e:nodejs16x": "RUNTIME=nodejs16x jest --group=e2e",
"test:e2e:nodejs18x": "RUNTIME=nodejs18x jest --group=e2e",
Expand Down

0 comments on commit 4f87328

Please sign in to comment.