Merge branch 'master' into 2936-featureend-to-end-user-story-send-coin

This commit is contained in:
mahula 2023-06-27 22:11:17 +02:00 committed by GitHub
commit dd83f52570
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',