First of all, I congratulate you for such a minimal and well-organized repository: it is examples like yours the community needs. I cloned it on my Linux machine, and performed command runs npm i and npm run pretest. Once I perform command run npm run test and wait several seconds, only the synchronous example passes and the asynchronous times out with output log below:
: Timeout - Async callback was not invoked within the 10000ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 10000ms timeout specified by jest.setTimeout.Error:
I miss clearly something. May you help me?