import { EventType } from './event_types.js'; test('post event type exists', () => { expect(EventType.POST).toBe(0); });