import { userEvent } from 'vitest/browser' export async function inputText(input: string): Promise { return await userEvent.keyboard(input) }