-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extract most of the logic to dom-testing-library
BREAKING CHANGE: This removes some deprecated APIs, but should be a safe upgrade for you if you're not using `flushPromises` ( use `wait` instead)
- Loading branch information
Kent C. Dodds
committed
Apr 6, 2018
1 parent
7267acd
commit 6d9c368
Showing
14 changed files
with
30 additions
and
645 deletions.
There are no files selected for viewing
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
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -19,13 +19,24 @@ | |
}, | ||
"files": [ | ||
"dist", | ||
"typings", | ||
"extend-expect.js" | ||
"typings" | ||
], | ||
"keywords": [ | ||
"testing", | ||
"react", | ||
"ui", | ||
"dom", | ||
"jsdom", | ||
"unit", | ||
"integration", | ||
"functional", | ||
"end-to-end", | ||
"e2e" | ||
], | ||
"keywords": [], | ||
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"dom-testing-library": "^1.0.0", | ||
"wait-for-expect": "0.4.0" | ||
}, | ||
"devDependencies": { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.