turn off testing library's aggressive reporting that flagged getByUsername and getByName github apis as sync apis in non-test code
Signed-off-by: Raghunandan Balachandran <raghunandan@spotify.com>
This commit is contained in:
@@ -263,4 +263,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
],
|
||||
settings: {
|
||||
'testing-library/custom-queries': 'off',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user