You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just getting started with the project, but I noticed something when I open it in Visual Studio Code: the editor shows e2e.spec.ts as red (meaning it has errors), and when I open the file, the first line is underlined, complaining something about an async callback in jest (I have attached a screenshot)
Of course, I can run the test and it works fine, but I was wondering if there's a way to fix this issue in Visual Studio Code.
Thank you
The text was updated successfully, but these errors were encountered:
Hello and thank you for the useful boilerplate,
I'm just getting started with the project, but I noticed something when I open it in Visual Studio Code: the editor shows
e2e.spec.ts
as red (meaning it has errors), and when I open the file, the first line is underlined, complaining something about an async callback injest
(I have attached a screenshot)Of course, I can run the test and it works fine, but I was wondering if there's a way to fix this issue in Visual Studio Code.
Thank you
The text was updated successfully, but these errors were encountered: