We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f3958 commit 24fe8dfCopy full SHA for 24fe8df
jest.config.ts
@@ -93,7 +93,6 @@ const config: Config = {
93
"^@actions/exec/lib/(.*)$": "<rootDir>/node_modules/@actions/exec/lib/$1",
94
"^@actions/http-client$": "<rootDir>/node_modules/@actions/http-client/lib/index.js",
95
"^@actions/http-client/lib/(.*)$": "<rootDir>/node_modules/@actions/http-client/lib/$1",
96
- "^@actions/core/lib/(.*)$": "<rootDir>/node_modules/@actions/core/node_modules/@actions/http-client/lib/$1",
97
},
98
99
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
0 commit comments