Skip to content

Commit 7e05a17

Browse files
committed
Instead of depending on specific react/promise version, filtered out the duplicate error. This can affect more relevant errors, but at least the change is specific to the three tests were the error appears in
1 parent 88bdec3 commit 7e05a17

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
s/(.* 404 .*)/(404)/g
22
s/In CurlDownloader.php line .*:/In CurlDownloader.php:/g
3-
s/Unhandled promise rejection with .* {main}//g
3+
/^#/d
4+
/^Stack trace/d
5+
/^Unhandled promise rejection/d
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
s/In FileDownloader.php line .*:/In FileDownloader.php:/g
2+
/^#/d
3+
/^Stack trace/d
4+
/^Unhandled promise rejection/d
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
s/In TransportErrorHandler.php line .*:/In TransportErrorHandler.php:/g
2+
/^#/d
3+
/^Stack trace/d
4+
/^Unhandled promise rejection/d

0 commit comments

Comments
 (0)