cypress-testing-library
Advanced tools
Comparing version 2.3.4 to 2.3.5
{ | ||
"name": "cypress-testing-library", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Simple and complete custom Cypress commands and utilities that encourage good testing practices.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -19,3 +19,3 @@ <div align="center"> | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors) | ||
[![PRs Welcome][prs-badge]][prs] | ||
@@ -106,2 +106,3 @@ [![Code of Conduct][coc-badge]][coc] | ||
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | | ||
| [<img src="https://avatars1.githubusercontent.com/u/1288694?v=4" width="100px;"/><br /><sub><b>Justin Hall</b></sub>](https://github.com/wKovacs64)<br />[💻](https://github.com/kentcdodds/cypress-testing-library/commits?author=wKovacs64 "Code") [⚠️](https://github.com/kentcdodds/cypress-testing-library/commits?author=wKovacs64 "Tests") | | ||
@@ -108,0 +109,0 @@ <!-- ALL-CONTRIBUTORS-LIST:END --> |
@@ -6,6 +6,12 @@ // TypeScript Version: 2.8 | ||
Matcher, | ||
MatcherOptions, | ||
MatcherOptions as DTLMatcherOptions, | ||
getByTestId, | ||
} from 'dom-testing-library' | ||
export interface CTLMatcherOptions { | ||
timeout?: number | ||
} | ||
export type MatcherOptions = DTLMatcherOptions | CTLMatcherOptions | ||
declare global { | ||
@@ -12,0 +18,0 @@ namespace Cypress { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48944
820
143