IsaacR943
IsaacR94321h ago

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
marvinh.
marvinh.21h ago
Pass --no-check, see the docs for more available flags https://docs.deno.com/runtime/reference/cli/test/#type-checking-options-no-check
Deno
deno test
Run tests for your project with Deno's built-in test runner

Did you find this page helpful?