Skip to content

tests: use glob for jest `projects` field

Administrator requested to merge vb/glob-jest-projects into main

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.

Merge request reports

Loading