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

14 lines (13 loc) 465 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.matchers = void 0; const matchers_1 = __importDefault(require("./matchers")); exports.matchers = matchers_1.default; // @ts-ignore if (typeof global.expect !== "undefined") { // @ts-ignore global.expect.extend(matchers_1.default); }