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

@testing-library/jest-dom

Package Overview
Dependencies
Maintainers
15
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testing-library/jest-dom - npm Package Compare versions

Comparing version 6.4.8 to 6.5.0

dist/matchers-48a8160f.mjs

2

dist/index.js
'use strict';
var matchers = require('./matchers-342a062d.js');
var matchers = require('./matchers-4fe91ec3.js');
require('redent');

@@ -5,0 +5,0 @@ require('@adobe/css-tools');

'use strict';
var globals = require('@jest/globals');
var matchers = require('./matchers-342a062d.js');
var matchers = require('./matchers-4fe91ec3.js');
require('redent');

@@ -6,0 +6,0 @@ require('@adobe/css-tools');

'use strict';
var matchers = require('./matchers-342a062d.js');
var matchers = require('./matchers-4fe91ec3.js');
require('redent');

@@ -5,0 +5,0 @@ require('@adobe/css-tools');

'use strict';
var vitest = require('vitest');
var matchers = require('./matchers-342a062d.js');
var matchers = require('./matchers-4fe91ec3.js');
require('redent');

@@ -6,0 +6,0 @@ require('@adobe/css-tools');

{
"name": "@testing-library/jest-dom",
"version": "6.4.8",
"version": "6.5.0",
"description": "Custom jest matchers to test the state of the DOM",

@@ -84,3 +84,2 @@ "main": "dist/index.js",

"@adobe/css-tools": "^4.4.0",
"@babel/runtime": "^7.9.2",
"aria-query": "^5.0.0",

@@ -87,0 +86,0 @@ "chalk": "^3.0.0",

import {type expect} from 'vitest'
import {type TestingLibraryMatchers} from './matchers'
export {}
declare module '@vitest/expect' {
interface JestAssertion<T = any>
declare module 'vitest' {
interface Assertion<T = any>
extends TestingLibraryMatchers<

@@ -11,2 +10,7 @@ ReturnType<typeof expect.stringContaining>,

> {}
interface AsymmetricMatchersContaining
extends TestingLibraryMatchers<
ReturnType<typeof expect.stringContaining>,
any
> {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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