import { DomainType } from './domain_types.js'; test('seller type exists', () => { expect(DomainType.SELLER).toBe(1); });