Nikita
Results
2
comments of
Nikita
I had the same bug and the reason was an exported variable in my `main.ts` file. When I remove the export declaration from it, every test got green
I've faced the same issue, but the reason was quite simple. ✅ I just had to `cd` to the directory with cloudflare app, and everything worked fine