Somemore small fixes

This commit is contained in:
Johannes Loher 2021-03-17 17:35:26 +01:00
parent 9332baab82
commit c768712e43
2 changed files with 0 additions and 7 deletions

View file

@ -25,11 +25,5 @@ module.exports = {
"@typescript-eslint/no-var-requires": "off",
},
},
{
files: ["./test/**/*.js"],
env: {
"jest/globals": true,
},
},
],
};