import { InputType } from './input_types.js'; test('text type exists', () => { expect(InputType.TEXT).toBe(1); });