Skip to content

Commit 5192b90

Browse files
shati-patelCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 24fe8df commit 5192b90

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

jest.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ const config: Config = {
9393
"^@actions/exec/lib/(.*)$": "<rootDir>/node_modules/@actions/exec/lib/$1",
9494
"^@actions/http-client$": "<rootDir>/node_modules/@actions/http-client/lib/index.js",
9595
"^@actions/http-client/lib/(.*)$": "<rootDir>/node_modules/@actions/http-client/lib/$1",
96+
"^@actions/tool-cache$": "<rootDir>/node_modules/@actions/tool-cache/lib/tool-cache.js",
97+
"^@actions/tool-cache/lib/(.*)$": "<rootDir>/node_modules/@actions/tool-cache/lib/$1",
9698
},
9799

98100
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
"eslint-plugin-github": "^6.0.0",
5959
"eslint-plugin-prettier": "^5.5.5",
6060
"jest": "^30.2.0",
61-
"jest-environment-node": "^30.2.0",
62-
"jest-resolve": "^30.2.0",
61+
6362
"prettier": "^3.8.1",
6463
"ts-jest": "^29.4.6",
6564
"ts-json-schema-generator": "2.4.0",

0 commit comments

Comments
 (0)