Fest.Promise
This promise-based module is needed for nested tests, see https://nodejs.org/api/test.html#subtests
Monadic binding operator for promises
Create a top-level test with a given name and callback function that runs the test and returns a promise.
Create a subtest with a given name and callback function that runs the test and returns a promise. It is supposed to be used inside a test
function call.