UNPKG

@testing-library/user-event

Version:
6 lines (4 loc) 187 B
async function tab({ shift } = {}) { return this.keyboard(shift === true ? '{Shift>}{Tab}{/Shift}' : shift === false ? '[/ShiftLeft][/ShiftRight]{Tab}' : '{Tab}'); } export { tab };