import { ItemType } from './item_types.js'; test('custom type exists', () => { expect(ItemType.CUSTOM).toBe(0); });