chromakode / react-html-email

Create elegant HTML email templates using React.
MIT License
896 stars 115 forks source link

Col, Row fixed tests and linter #64

Open bartoszhernas opened 6 years ago

bartoszhernas commented 6 years ago

Hi,

continuing work on #54 (and #33), I have fixed test suite and linter.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #64   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     14    +2     
  Lines          65     71    +6     
  Branches       13     13           
=====================================
+ Hits           65     71    +6
Impacted Files Coverage Δ
src/components/A.jsx 100% <ø> (ø) :arrow_up:
src/index.js 100% <ø> (ø) :arrow_up:
examples/kitchenSink.jsx 100% <ø> (ø) :arrow_up:
src/components/Row.jsx 100% <100%> (ø)
src/components/Col.jsx 100% <100%> (ø)

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 42d6bd7...3f1311c. Read the comment docs.

bartoszhernas commented 6 years ago

@Razzwan can you merge ? :)

Razzwan commented 4 years ago

I have no access