-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ee4993
commit 81e8261
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
.yarn/patches/@types-testing-library__jest-dom-npm-5.14.3-0aa35d2c00.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/index.d.ts b/index.d.ts | ||
index bf5cafc4f65cc01844dac7b933b253505c47446b..cda24a2c9bdcac74311dbc02f7bfae4dd740e283 100755 | ||
--- a/index.d.ts | ||
+++ b/index.d.ts | ||
@@ -7,12 +7,11 @@ | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.8 | ||
|
||
-/// <reference types="jest" /> | ||
- | ||
-import { TestingLibraryMatchers } from './matchers'; | ||
+import { TestingLibraryMatchers } from "./matchers"; | ||
|
||
declare global { | ||
- namespace jest { | ||
- interface Matchers<R = void, T = {}> extends TestingLibraryMatchers<typeof expect.stringContaining, R> {} | ||
- } | ||
+ namespace jest { | ||
+ interface Matchers<R = void, T = {}> | ||
+ extends TestingLibraryMatchers<typeof expect.stringContaining, R> {} | ||
+ } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,8 @@ | |
}, | ||
"resolutions": { | ||
"@types/react": "17.0.33", | ||
"@types/react-dom": "17.0.10" | ||
"@types/react-dom": "17.0.10", | ||
"@types/[email protected]": "patch:@types/testing-library__jest-dom@npm:5.14.3#.yarn/patches/@types-testing-library__jest-dom-npm-5.14.3-0aa35d2c00.patch" | ||
}, | ||
"publishConfig": { | ||
"@openmindlearning:registry": "https://npm.pkg.github.com" | ||
|
Empty file.