kentcdodds / jest-glamor-react

Jest utilities for Glamor and React
https://npm.im/jest-glamor-react
MIT License
98 stars 24 forks source link

feat(serializer): support supports queries #16

Closed emmatown closed 7 years ago

emmatown commented 7 years ago

What:

Support @supports

Why:

Because some people might want to use @supports.

How:

Don't filter rules with the type supports in getMediaQueries.

codecov[bot] commented 7 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #16   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          61     62    +1     
  Branches       12     13    +1     
=====================================
+ Hits           61     62    +1
Impacted Files Coverage Δ
src/serializer.js 100% <100%> (ø) :arrow_up:

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 8a3ff9b...ec6814a. Read the comment docs.