diff --git a/.eslintrc.json b/.eslintrc.json index b3720a4e..265038a4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -581,6 +581,6 @@ Return:run{ "env": { "node": true, "es6": true, - "jest/globals": true + "test/globals": true } }