Skip to content

test_runner: todo, only, skip are expected to return a Promise

Rodrigo Muino Tomonari requested to merge github/fork/shockerqt/main into main

todo, only and skip are shorthands for test, so all of them should return the same type.

Currently todo() returns undefined while test({ todo: true }) returns a Promise that resolves to undefined.

Merge request reports

Loading