Skip to content

Commit 24fe8df

Browse files
Copilotshati-patel
andcommitted
Remove incorrect moduleNameMapper entry
Co-authored-by: shati-patel <42641846+shati-patel@users.noreply.github.com>
1 parent d1f3958 commit 24fe8df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ 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/core/lib/(.*)$": "<rootDir>/node_modules/@actions/core/node_modules/@actions/http-client/lib/$1",
9796
},
9897

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

0 commit comments

Comments
 (0)