Skip to content

Commit

Permalink
Installed @guardian/tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Nov 1, 2023
1 parent c401f0b commit b62ea27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@aws-sdk/client-lambda": "^3.369.0",
"@guardian/eslint-config-typescript": "^6.0.1",
"@guardian/prettier": "^4.0.0",
"@guardian/tsconfig": "^0.2.0",
"@tsconfig/node18": "^18.2.0",
"@types/aws-lambda": "^8.10.119",
"@types/inquirer": "^8.2.3",
Expand Down
5 changes: 5 additions & 0 deletions monitoring/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,11 @@
resolved "https://registry.yarnpkg.com/@guardian/prettier/-/prettier-4.0.0.tgz#1ad1d7d079194937bfd0107789dde7b0fb84fa11"
integrity sha512-JvvnDnI04NcmpuD2mF5ZXTWI7tand1pj1s33fh4JxHNAV00QXwTWZBI2/QWS3ck7KjpYjpRaz8CDUcMz35hReg==

"@guardian/tsconfig@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@guardian/tsconfig/-/tsconfig-0.2.0.tgz#b1dac8831d2ff7ac557229f350d4b2f8c9fc60b5"
integrity sha512-RauppalK+cQZDRK6IssVmDSnU/VyqMNuVOxPxhmI03kVRxEdwcmBuRqexHwDbnClVUxW/N9hYLbFNuAb9V/p+A==

"@hapi/hoek@^9.0.0":
version "9.3.0"
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
Expand Down

1 comment on commit b62ea27

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 92.45% 245/265
🟢 Branches 83.19% 94/113
🟢 Functions 90% 63/70
🟢 Lines 92.19% 236/256

Test suite run success

328 tests passing in 16 suites.

Report generated by 🧪jest coverage report action from b62ea27

Please sign in to comment.