Sanitize multiple test steps
Is it possible to sanitize multiple steps inside of one test.
I want to test my DB with somthing like this:
But I get this error
Started test step while another test step with sanitizers was running:
4 Replies
Created an issue for this https://github.com/denoland/deno/issues/19750
GitHub
Deno.test t.step incorrectly identifies leaky async ops · Issue #19...
Deno.test tries to detect leaky async ops and error those out to the user. I believe I have found a case where deno outputs a false positive. The repro below will produce the following error Deno.t...
No you are actually right I think, I've added the awaits and now ny sample is working
good to know it was an easy fix