Deno not detecting/picking up tests
I have a deno project and have some testing. But deno not detecting any tests in test folder
screenshot attached

3 Replies
okay I had "exclude": ["tests"] in my deno.json
now its working
yeah the
exclude
option basically tells Deno to never look at these pathsthanks