[Guides > Testing > Parameterized Tests](https://docs.deno.com/runtime/test/#parameterized-tests) shows an example of `Deno.test.each` and [links to docs for it](https://docs.deno.com/api/deno/~/Deno.test.each), but there are no such docs at that url. The function also isn't listed in the [DenoTest api docs](https://docs.deno.com/api/deno/testing/#Deno.DenoTest).
Guides > Testing > Parameterized Tests shows an example of
Deno.test.eachand links to docs for it, but there are no such docs at that url. The function also isn't listed in the DenoTest api docs.