tests: use glob for jest `projects` field
Created by: valerybugakov
Context
We were a lot of smaller packages to the client
folder lately, and it would be nice to simplify the setup required to get them up and running. It seems that using glob to find all packages with jest.config.js
works. It removes one place that needs to be updated when adding a new package to the client
folder.