You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
‼ warning (UnhandledPromiseRejectionWarning) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)␊
124
-
at STACK TRACE␊
125
-
× rejectionHandled (a promise was rejected and handled too late) Error: message␊
126
-
at STACK TRACE`,
127
-
stdout: '',
128
-
}
129
-
130
100
## should work with warnings-related CLI flags | uncaughtException "--no-warnings"
131
101
132
102
> Snapshot 1
@@ -151,17 +121,6 @@ Generated by [AVA](https://ava.li).
151
121
152
122
## should work with warnings-related CLI flags | uncaughtException "--unhandled-rejections=strict"
153
123
154
-
> Snapshot 1
155
-
156
-
{
157
-
exitCode: 1,
158
-
stderr: `× uncaughtException (an exception was thrown but not caught) Error: message␊
159
-
at STACK TRACE`,
160
-
stdout: '',
161
-
}
162
-
163
-
## should work with warnings-related CLI flags | uncaughtException "--unhandled-rejections=warn"
164
-
165
124
> Snapshot 1
166
125
167
126
{
@@ -206,21 +165,6 @@ Generated by [AVA](https://ava.li).
206
165
stdout: '',
207
166
}
208
167
209
-
## should work with warnings-related CLI flags | unhandledRejection "--unhandled-rejections=warn"
210
-
211
-
> Snapshot 1
212
-
213
-
{
214
-
exitCode: 0,
215
-
stderr: `× unhandledRejection (a promise was rejected but not handled) Error: message␊
‼ warning (UnhandledPromiseRejectionWarning) Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)␊
220
-
at STACK TRACE`,
221
-
stdout: '',
222
-
}
223
-
224
168
## should work with warnings-related CLI flags | warning "--no-warnings"
225
169
226
170
> Snapshot 1
@@ -256,15 +200,3 @@ Generated by [AVA](https://ava.li).
256
200
at STACK TRACE`,
257
201
stdout: '',
258
202
}
259
-
260
-
## should work with warnings-related CLI flags | warning "--unhandled-rejections=warn"
0 commit comments