Merge pull request #3084 from gradido/eslint-jest-env

fix(backend): jest environment
This commit is contained in:
Ulf Gebhardt 2023-06-27 21:26:06 +02:00 committed by GitHub
commit 21f4ab26bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,6 +197,9 @@ module.exports = {
{
files: ['*.test.ts'],
plugins: ['jest'],
env: {
jest: true,
},
rules: {
'jest/no-disabled-tests': 'error',
'jest/no-focused-tests': 'error',