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

Did you find this page helpful?