I'm trying to run this with ava according to this [manual](https://github.com/avajs/ava/blob/master/docs/recipes/browser-testing.md). But when I'm using `fetch`, I get ```bash <rejected> ReferenceError: fetch is not defined ```
I'm trying to run this with ava according to this manual.
But when I'm using
fetch, I get