refactor(testing): remove unnecessary context processing in snapshot teardown by wafuwafu13 · Pull Request #3422 · denoland/std
https://github.com/denoland/deno_std/blob/2d9dd290f03e6edf8913fb0de7b9b0becb934e16/testing/snapshot.ts#L337 This contexts length is always 1 because teardown is only called once in a context. https...