@testing-library/jest-dom
Advanced tools
Comparing version 6.4.8 to 6.5.0
'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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
267621
7
4968
1619
1
- Removed@babel/runtime@^7.9.2
- Removed@babel/runtime@7.26.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)