|
|
|
|
|
by cpojer
1506 days ago
|
|
Jest supports multiple “projects” in a single invocation, and they can all use a different reporter. You can define a base config for your repo, and then inherit two sub-configs from it each with different runners and mutually exclusive selection for tests (by suffix, folder, or any convention that works for you). See https://jestjs.io/docs/configuration |
|
Glad that this one has the ability to be configured more granually - that'll come in handy for migrating gradually.