Stop typescript check on Deno.test
im trying to run some tests but Deno.test keeps erroring because a typescript mismatch. Long story short - I can change the files where the typescript mismatch are. How to turn this typescript check off?
1 Reply
Pass
--no-check
, see the docs for more available flags https://docs.deno.com/runtime/reference/cli/test/#type-checking-options-no-check