import { SystemRoles } from './system_roles.js'; test('system component builder role exists', () => { expect(SystemRoles.SYSTEM_COMPONENT_BUILDER).toBe(1); });