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

Rename shared/tests to shared/test-utils #74

Closed acostalima closed 4 years ago

acostalima commented 4 years ago

Background

If the need to group test files and other local test utilities arises, the directory shared/tests could be mistaken by a directory containing actual tests belonging to the shared/ directory as a whole instead of test utilities.

Unrelated changes

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/99y6cafig ✅ Preview: https://next-with-moxy-git-fix-rename-shared-tests.moxystudio.now.sh

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #74   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          10     10           
  Lines          47     47           
  Branches        7      7           
=====================================
  Hits           47     47
Impacted Files Coverage Δ
...w/shared/test-utils/components/app-tree/AppTree.js 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 85492e4...e3138d6. Read the comment docs.