import { NotificationSection } from './notification_sections.js'; test('system section exists', () => { expect(NotificationSection.SYSTEM).toBe(0); });