@testing-library/jest-dom
Version:
Custom jest matchers to test the state of the DOM
63 lines (58 loc) • 3 kB
JavaScript
;
var matchers = require('./matchers-3ed9c960.js');
require('@testing-library/dom');
require('redent');
require('@adobe/css-tools');
require('dom-accessibility-api');
require('aria-query');
require('picocolors');
require('css.escape');
exports.toAppearAfter = matchers.toAppearAfter;
exports.toAppearBefore = matchers.toAppearBefore;
exports.toBeChecked = matchers.toBeChecked;
exports.toBeDisabled = matchers.toBeDisabled;
exports.toBeEmpty = matchers.toBeEmpty;
exports.toBeEmptyDOMElement = matchers.toBeEmptyDOMElement;
exports.toBeEnabled = matchers.toBeEnabled;
exports.toBeInTheDOM = matchers.toBeInTheDOM;
exports.toBeInTheDocument = matchers.toBeInTheDocument;
exports.toBeInvalid = matchers.toBeInvalid;
exports.toBePartiallyChecked = matchers.toBePartiallyChecked;
exports.toBePartiallyPressed = matchers.toBePartiallyPressed;
exports.toBePressed = matchers.toBePressed;
exports.toBeRequired = matchers.toBeRequired;
exports.toBeValid = matchers.toBeValid;
exports.toBeVisible = matchers.toBeVisible;
exports.toContainAnyByAltText = matchers.toContainAnyByAltText;
exports.toContainAnyByDisplayValue = matchers.toContainAnyByDisplayValue;
exports.toContainAnyByLabelText = matchers.toContainAnyByLabelText;
exports.toContainAnyByPlaceholderText = matchers.toContainAnyByPlaceholderText;
exports.toContainAnyByRole = matchers.toContainAnyByRole;
exports.toContainAnyByTestId = matchers.toContainAnyByTestId;
exports.toContainAnyByText = matchers.toContainAnyByText;
exports.toContainAnyByTitle = matchers.toContainAnyByTitle;
exports.toContainElement = matchers.toContainElement;
exports.toContainHTML = matchers.toContainHTML;
exports.toContainOneByAltText = matchers.toContainOneByAltText;
exports.toContainOneByDisplayValue = matchers.toContainOneByDisplayValue;
exports.toContainOneByLabelText = matchers.toContainOneByLabelText;
exports.toContainOneByPlaceholderText = matchers.toContainOneByPlaceholderText;
exports.toContainOneByRole = matchers.toContainOneByRole;
exports.toContainOneByTestId = matchers.toContainOneByTestId;
exports.toContainOneByText = matchers.toContainOneByText;
exports.toContainOneByTitle = matchers.toContainOneByTitle;
exports.toHaveAccessibleDescription = matchers.toHaveAccessibleDescription;
exports.toHaveAccessibleErrorMessage = matchers.toHaveAccessibleErrorMessage;
exports.toHaveAccessibleName = matchers.toHaveAccessibleName;
exports.toHaveAttribute = matchers.toHaveAttribute;
exports.toHaveClass = matchers.toHaveClass;
exports.toHaveDescription = matchers.toHaveDescription;
exports.toHaveDisplayValue = matchers.toHaveDisplayValue;
exports.toHaveErrorMessage = matchers.toHaveErrorMessage;
exports.toHaveFocus = matchers.toHaveFocus;
exports.toHaveFormValues = matchers.toHaveFormValues;
exports.toHaveRole = matchers.toHaveRole;
exports.toHaveSelection = matchers.toHaveSelection;
exports.toHaveStyle = matchers.toHaveStyle;
exports.toHaveTextContent = matchers.toHaveTextContent;
exports.toHaveValue = matchers.toHaveValue;