We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jest/no-done-callback
1 parent a73ed8e commit cb2b634Copy full SHA for cb2b634
1 file changed
configs/jest.js
@@ -49,7 +49,9 @@ const recommendedConfig = {
49
50
"jest/no-disabled-tests": "error",
51
52
- "jest/no-done-callback": "error",
+ // No need
53
+ // Adding extra `await new Promise(...)` is very inconvenient when you have a lot of callback api
54
+ "jest/no-done-callback": "off",
55
56
"jest/no-duplicate-hooks": "error",
57
0 commit comments