Merge pull request #1673 from hedgedoc/remove-hardcoded

This commit is contained in:
Yannick Bungers 2021-10-13 21:14:33 +02:00 committed by GitHub
commit e5750b0084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 354 additions and 155 deletions

View file

@ -22,7 +22,7 @@ module.exports = {
'jest/expect-expect': [
'error',
{
assertFunctionNames: ['expect', 'request.**.expect'],
assertFunctionNames: ['expect', 'request.**.expect', 'agent.**.expect'],
},
],
'jest/no-standalone-expect': [