Skip to content

Commit 540d675

Browse files
committed
test(unbound-method): map eslint/use-at-your-own-risk module to file
1 parent 01ea726 commit 540d675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
{
6262
"displayName": "test",
6363
"moduleNameMapper": {
64-
"@eslint/eslintrc/universal": "@eslint/eslintrc/dist/eslintrc-universal.cjs"
64+
"@eslint/eslintrc/universal": "@eslint/eslintrc/dist/eslintrc-universal.cjs",
65+
"eslint/use-at-your-own-risk": "eslint/lib/unsupported-api.js"
6566
},
6667
"testPathIgnorePatterns": [
6768
"<rootDir>/lib/.*",

0 commit comments

Comments
 (0)