moxystudio / next-with-moxy

MOXY's boilerplate to accelerate the setup of new Next.js based web applications
https://next-with.moxy.tech
MIT License
101 stars 11 forks source link

fix: separate render function from tree in tests #56

Closed ritazoliveira closed 4 years ago

ritazoliveira commented 4 years ago

Separated render functions from the tree following this issue #55.

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/moxystudio/next-with-moxy/phiukyfp0 ✅ Preview: https://next-with-moxy-git-fix-rendertreetests.moxystudio.now.sh

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #56   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines          32     32           
  Branches        5      5           
=====================================
  Hits           32     32

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 a1ed2cb...7435e16. Read the comment docs.

satazor commented 4 years ago

@PedroMiguelSS you might want to port this change into the project you are working on!