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.
1 parent 6625583 commit 08dca41Copy full SHA for 08dca41
test/helpers/normalize.js
@@ -58,4 +58,10 @@ const REPLACEMENTS = [
58
[/(line|column): \d+/gu, ''],
59
// - TAP
60
[/time=[\d.]+ms/gu, ''],
61
+ // Ava fires uncaught exception sometimes before, sometimes after unhandled
62
+ // rejection.
63
+ [
64
+ /1 uncaught exception\n {2}1 unhandled rejection/gu,
65
+ '1 unhandled rejection\n 1 uncaught exception',
66
+ ],
67
]
0 commit comments