When collecting coverage the test suite fail because an explicit import of a type is missing:
@tuleap/plugin-testplan:test: Failed to collect coverage from /tmp/jenkins-1843397a/workspace/TuleapNightlyTests/sources/plugins/testplan/scripts/test-plan/src/store/campaign/type.ts
@tuleap/plugin-testplan:test: ERROR: scripts/test-plan/src/store/campaign/type.ts:31:29 - error TS2304: Cannot find name 'CampaignInitialTests'.
@tuleap/plugin-testplan:test: 31 readonly initial_tests: CampaignInitialTests;
@tuleap/plugin-testplan:test: ~~~~~~~~~~~~~~~~~~~~