UNPKG

@testing-library/cypress

Version:

Simple and complete custom Cypress commands and utilities that encourage good testing practices.

14 lines (12 loc) 254 B
"use strict"; var _ = require("./"); _.commands.forEach(({ name, command }) => { Cypress.Commands.addQuery(name, command); }); Cypress.Commands.add('configureCypressTestingLibrary', config => { (0, _.configure)(config); }); /* global Cypress */