Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cypress-testing-library

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-testing-library - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

2

package.json
{
"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 {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc