Josh B

Results 4 comments of Josh B

Absolutely, should be easier with aio

Same as #1591. See the answer there too: https://github.com/codeceptjs/CodeceptJS/issues/1591#issuecomment-480800333 You need to return some garbage value from `fetch`, e.g. just add `fetch: () => "whatever"` after `check`.

I recovered the "expected" behavior with only a few small changes to `search.js` (marked in comments) ```javascript class Search extends BaseCommand { // ... async exec (args) { const opts...