Skip to content

test_runner: Fix mock timer promisified setInterval return value

Rodrigo Muino Tomonari requested to merge github/fork/mika-fischer/fix-50307 into main

promisified setInterval can be passed a value that is returned by the async iterable. The mocked promisified setInterval used this value for its own purposes. This brings the mocked version in line with the original.

Merge request reports

Loading