import { JobType } from './job_types.js'; test('product types exists', () => { expect(JobType.PRODUCT_CREATION_MOD).toBe(0); });