Error: No tests found. You may need to escape symbols like "$" or "*" and quote the arguments

1.1k Views Asked by At

Error: No tests found. Make sure that arguments are regular expressions matching test files. You may need to escape symbols like "$" or "*" and quote the arguments.

I am Getting this error whenever I run my code. Can anyone tell me how to fix it.

I am not able to run my code.

1

There are 1 best solutions below

0
Isu On

Try to find missing curly braces {} or unclosed comments /.../ or misplaced code in your code.