import { FieldType } from './field_types.js'; test('text input type exists', () => { expect(FieldType.TEXT_INPUT).toBe(1); });