Klas

Results 1 comments of Klas

I've tried to wrap « it » with the following function: ``` global.makeSure = (description, func) => { return it(description, async () => { try { await func(); } catch...