| Index: test/.eslintrc.json |
| =================================================================== |
| --- a/test/.eslintrc.json |
| +++ b/test/.eslintrc.json |
| @@ -1,9 +1,12 @@ |
| { |
| "env": { |
| "node": true |
| }, |
| + "globals": { |
| + "URL": true |
| + }, |
| "rules": { |
| "max-len": "off", |
| "no-console": "off" |
| } |
| } |