UNPKG

expect-playwright

Version:

![Node.js CI](https://github.com/playwright-community/expect-playwright/workflows/Node.js%20CI/badge.svg) [![codecov](https://codecov.io/gh/playwright-community/expect-playwright/branch/master/graph/badge.svg?token=Eay491HC49)](https://codecov.io/gh/playw

40 lines (39 loc) 2.02 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const toBeChecked_1 = __importDefault(require("./toBeChecked")); const toBeDisabled_1 = __importDefault(require("./toBeDisabled")); const toBeEnabled_1 = __importDefault(require("./toBeEnabled")); const toEqualText_1 = __importDefault(require("./toEqualText")); const toEqualUrl_1 = __importDefault(require("./toEqualUrl")); const toEqualValue_1 = __importDefault(require("./toEqualValue")); const toHaveFocus_1 = __importDefault(require("./toHaveFocus")); const toHaveSelector_1 = __importDefault(require("./toHaveSelector")); const toHaveSelectorCount_1 = __importDefault(require("./toHaveSelectorCount")); const toHaveText_1 = __importDefault(require("./toHaveText")); const toMatchAttribute_1 = __importDefault(require("./toMatchAttribute")); const toMatchComputedStyle_1 = __importDefault(require("./toMatchComputedStyle")); const toMatchText_1 = __importDefault(require("./toMatchText")); const toMatchTitle_1 = __importDefault(require("./toMatchTitle")); const toMatchURL_1 = __importDefault(require("./toMatchURL")); const toMatchValue_1 = __importDefault(require("./toMatchValue")); exports.default = { toBeChecked: toBeChecked_1.default, toBeDisabled: toBeDisabled_1.default, toBeEnabled: toBeEnabled_1.default, toEqualText: toEqualText_1.default, toEqualUrl: toEqualUrl_1.default, toEqualValue: toEqualValue_1.default, toHaveFocus: toHaveFocus_1.default, toHaveSelector: toHaveSelector_1.default, toHaveSelectorCount: toHaveSelectorCount_1.default, toHaveText: toHaveText_1.default, toMatchAttribute: toMatchAttribute_1.default, toMatchComputedStyle: toMatchComputedStyle_1.default, toMatchText: toMatchText_1.default, toMatchTitle: toMatchTitle_1.default, toMatchURL: toMatchURL_1.default, toMatchValue: toMatchValue_1.default, };