UNPKG

cypress-get-by-data-set-id

Version:
6 lines (5 loc) 195 B
import {getByDataSetId} from './get-by' export const registerCommand = (name = 'getByDataSetId') => { const getByCommand = getByDataSetId(name) Cypress.Commands.add(name, getByCommand) }