@@ -14,6 +14,7 @@ Object {
14
14
" error" ,
15
15
" angular" ,
16
16
],
17
+ " testing-library/no-promise-in-fire-event" : " error" ,
17
18
" testing-library/no-wait-for-empty-callback" : " error" ,
18
19
" testing-library/prefer-find-by" : " error" ,
19
20
" testing-library/prefer-screen-queries" : " error" ,
@@ -35,6 +36,7 @@ Object {
35
36
" error" ,
36
37
" react" ,
37
38
],
39
+ " testing-library/no-promise-in-fire-event" : " error" ,
38
40
" testing-library/no-wait-for-empty-callback" : " error" ,
39
41
" testing-library/prefer-find-by" : " error" ,
40
42
" testing-library/prefer-screen-queries" : " error" ,
@@ -51,6 +53,7 @@ Object {
51
53
" testing-library/await-async-query" : " error" ,
52
54
" testing-library/await-async-utils" : " error" ,
53
55
" testing-library/no-await-sync-query" : " error" ,
56
+ " testing-library/no-promise-in-fire-event" : " error" ,
54
57
" testing-library/no-wait-for-empty-callback" : " error" ,
55
58
" testing-library/prefer-find-by" : " error" ,
56
59
" testing-library/prefer-screen-queries" : " error" ,
@@ -73,6 +76,7 @@ Object {
73
76
" error" ,
74
77
" vue" ,
75
78
],
79
+ " testing-library/no-promise-in-fire-event" : " error" ,
76
80
" testing-library/no-wait-for-empty-callback" : " error" ,
77
81
" testing-library/prefer-find-by" : " error" ,
78
82
" testing-library/prefer-screen-queries" : " error" ,
0 commit comments