UNPKG

wdio-custom-commands-matchers

Version:

Custom wdio command and matchers

8 lines (7 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addCustomCommands = addCustomCommands; const toHaveInputBorder_1 = require("./toHaveInputBorder"); function addCustomCommands() { (0, toHaveInputBorder_1.toHaveInputBorder)(); }