UNPKG
wdio-custom-commands-matchers
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Custom wdio command and matchers
wdio-custom-commands-matchers
/
dist
/
commands
/
index.js
8 lines
(7 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
addCustomCommands
= addCustomCommands;
const
toHaveInputBorder_1 =
require
(
"./toHaveInputBorder"
);
function
addCustomCommands
(
) { (
0
, toHaveInputBorder_1.
toHaveInputBorder
)(); }