Sayed Ahmed
Sayed Ahmed2mo ago

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
No description
3 Replies
Sayed Ahmed
Sayed AhmedOP2mo ago
okay I had "exclude": ["tests"] in my deno.json now its working
marvinh.
marvinh.2mo ago
yeah the exclude option basically tells Deno to never look at these paths
Sayed Ahmed
Sayed AhmedOP2mo ago
thanks

Did you find this page helpful?