UNPKG

@testing-library/user-event

Version:
8 lines (5 loc) 205 B
'use strict'; async function tab({ shift } = {}) { return this.keyboard(shift === true ? '{Shift>}{Tab}{/Shift}' : shift === false ? '[/ShiftLeft][/ShiftRight]{Tab}' : '{Tab}'); } exports.tab = tab;