import { http, HttpResponse } from 'msw'; export const systemHandlers = [ http.get('*/System/capabilities', () => HttpResponse.json({ modules: ['Availability', 'Identity', 'Master', 'Offerings'], }), ), ];