Skip to content

Commit

Permalink
test(unbound-method): map eslint/use-at-your-own-risk module to file
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Oct 14, 2021
1 parent 9564900 commit 0d30b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -61,7 +61,8 @@
{
"displayName": "test",
"moduleNameMapper": {
"@eslint/eslintrc/universal": "@eslint/eslintrc/dist/eslintrc-universal.cjs"
"@eslint/eslintrc/universal": "@eslint/eslintrc/dist/eslintrc-universal.cjs",
"eslint/use-at-your-own-risk": "eslint/lib/unsupported-api.js"
},
"testEnvironment": "node",
"testPathIgnorePatterns": [
Expand Down

0 comments on commit 0d30b19

Please sign in to comment.