@@ -14,6 +14,7 @@ Object {
1414 " error" ,
1515 " angular" ,
1616 ],
17+ " testing-library/no-promise-in-fire-event" : " error" ,
1718 " testing-library/no-wait-for-empty-callback" : " error" ,
1819 " testing-library/prefer-find-by" : " error" ,
1920 " testing-library/prefer-screen-queries" : " error" ,
@@ -35,6 +36,7 @@ Object {
3536 " error" ,
3637 " react" ,
3738 ],
39+ " testing-library/no-promise-in-fire-event" : " error" ,
3840 " testing-library/no-wait-for-empty-callback" : " error" ,
3941 " testing-library/prefer-find-by" : " error" ,
4042 " testing-library/prefer-screen-queries" : " error" ,
@@ -51,6 +53,7 @@ Object {
5153 " testing-library/await-async-query" : " error" ,
5254 " testing-library/await-async-utils" : " error" ,
5355 " testing-library/no-await-sync-query" : " error" ,
56+ " testing-library/no-promise-in-fire-event" : " error" ,
5457 " testing-library/no-wait-for-empty-callback" : " error" ,
5558 " testing-library/prefer-find-by" : " error" ,
5659 " testing-library/prefer-screen-queries" : " error" ,
@@ -73,6 +76,7 @@ Object {
7376 " error" ,
7477 " vue" ,
7578 ],
79+ " testing-library/no-promise-in-fire-event" : " error" ,
7680 " testing-library/no-wait-for-empty-callback" : " error" ,
7781 " testing-library/prefer-find-by" : " error" ,
7882 " testing-library/prefer-screen-queries" : " error" ,
0 commit comments