Refactor: Lint test/client (#1602)

* lint test/client
This commit is contained in:
Mukul Jangid
2021-09-16 16:28:16 -04:00
committed by Mayukha Vadari
parent 3cbdbac4f9
commit 10445cff01
10 changed files with 96 additions and 89 deletions

View File

@@ -81,6 +81,13 @@ module.exports = {
'max-nested-callbacks': 'off',
},
},
{
files: ['test/client/*.ts'],
rules: {
// Rule does not work with dynamically generated tests.
'mocha/no-setup-in-describe': 'off',
},
},
{
files: ['test/models/*.ts'],
rules: {