wdio-custom-commands-matchers
Version:
Custom wdio command and matchers
10 lines (9 loc) • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.initWdioExtensions = initWdioExtensions;
const commands_1 = require("./commands");
const matchers_1 = require("./matchers");
function initWdioExtensions() {
(0, matchers_1.addCustomMatchers)();
(0, commands_1.addCustomCommands)();
}