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

Did you find this page helpful?