rtl-simple-queries icon indicating copy to clipboard operation
rtl-simple-queries copied to clipboard

BREAKING CHANGE: The exports from @testing-library/react has been removed

Open balavishnuvj opened this issue 4 years ago • 1 comments

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

balavishnuvj avatar Oct 07 '20 17:10 balavishnuvj

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            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.

codecov-io avatar Oct 07 '20 17:10 codecov-io