Results 23 comments of github0013

``` testMatch: ".*spec.ts" ``` (vscode corrects me `.*spec\.ts` to `.*spec.ts`) With this config, I see ``` ================= no tests found. ================= ``` Changing that to this ran tests. ``` testMatch:...

@fabiopolar so you are saying don't use`waitForNetwork`, but just manually check `isNetworkConnected` periodically?

@kyotee89 It's been for a long time, so I may not remember perfectly, but here's what I did, and it worked for me. ```cpp #define SerialMon Serial #define SerialAT Serial1...