rtl-simple-queries
rtl-simple-queries copied to clipboard
BREAKING CHANGE: The exports from @testing-library/react has been removed
This library uses @testing-library/dom and exports from it.
What:
It supports any library that uses screen
from @testing-library/dom
Why:
To support sister testing libraries like @testing-library/react
, @testing-library/vue
etc
How:
Move the screen import from @testing-library/react
to @testing-library/dom
Checklist:
- [ ] Documentation
- [ ] Tests
- [ ] Ready to be merged
Codecov Report
Merging #8 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #8 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 17 17
Branches 2 2
=========================================
Hits 17 17
Impacted Files | Coverage Δ | |
---|---|---|
src/simple-queries.js | 100.00% <ø> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e5ec80b...12ef980. Read the comment docs.