UNPKG

expect-webdriverio

Version:

[![Test](https://github.com/webdriverio/expect-webdriverio/actions/workflows/test.yml/badge.svg)](https://github.com/webdriverio/expect-webdriverio/actions/workflows/test.yml)

7 lines (6 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setOptions = void 0; const addMatchers_1 = require("./addMatchers"); addMatchers_1.addMatchers(); exports.setOptions = require('./options').setDefaultOptions;