feat(core): Add internal API for test definitions (no-changelog) (#11591)

Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
This commit is contained in:
Eugene
2024-11-12 10:28:32 +01:00
committed by GitHub
parent c08d23c00f
commit e875bc5592
13 changed files with 750 additions and 6 deletions

View File

@@ -277,6 +277,10 @@ export const setupTestServer = ({
case 'apiKeys':
await import('@/controllers/api-keys.controller');
break;
case 'evaluation':
await import('@/evaluation/test-definitions.controller.ee');
break;
}
}