@testing-library/jest-dom
Advanced tools
Comparing version 6.6.1 to 6.6.2
{ | ||
"name": "@testing-library/jest-dom", | ||
"version": "6.6.1", | ||
"version": "6.6.2", | ||
"description": "Custom jest matchers to test the state of the DOM", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,2 +0,2 @@ | ||
import {type expect} from 'vitest' | ||
import {type TestingLibraryMatchers} from './matchers' | ||
@@ -7,3 +7,3 @@ | ||
extends TestingLibraryMatchers< | ||
ReturnType<typeof expect.stringContaining>, | ||
any, | ||
T | ||
@@ -13,5 +13,5 @@ > {} | ||
extends TestingLibraryMatchers< | ||
ReturnType<typeof expect.stringContaining>, | ||
any, | ||
any | ||
> {} | ||
} |
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
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
281549
1707
0
5217