import { NotificationType } from './notification_types.js'; test('no_type notification type exists', () => { expect(NotificationType.NO_TYPE).toBe(0); });