feat(core): Add internal API to manage metrics of a test definition (no-changelog) (#11851)

This commit is contained in:
Eugene
2024-11-27 13:00:33 +01:00
committed by GitHub
parent a7de34dac6
commit f91fecfe0d
7 changed files with 557 additions and 0 deletions

View File

@@ -279,6 +279,7 @@ export const setupTestServer = ({
break;
case 'evaluation':
await import('@/evaluation/metrics.controller');
await import('@/evaluation/test-definitions.controller.ee');
break;
}