joshwcomeau / guppy

🐠A friendly application manager and task runner for React.js
ISC License
3.27k stars 154 forks source link

Test CreateNewProjectWizard components #361

Closed AWolf81 closed 5 years ago

AWolf81 commented 5 years ago

Related Issue:

309

Summary: This is a larger PR and adds the tests for the following components from src\components\CreateNewProjectWizard

Todos Write tests for these components

Discussion

Notes

codecov[bot] commented 5 years ago

Codecov Report

Merging #361 into master will increase coverage by 12.11%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #361       +/-   ##
===========================================
+ Coverage   37.54%   49.65%   +12.11%     
===========================================
  Files         158      158               
  Lines        3540     3351      -189     
  Branches      449      458        +9     
===========================================
+ Hits         1329     1664      +335     
+ Misses       1928     1446      -482     
+ Partials      283      241       -42
Impacted Files Coverage Δ
src/components/Sidebar/Sidebar.js 100% <ø> (ø) :arrow_up:
src/components/CreateNewProjectWizard/BuildPane.js 97.67% <100%> (+97.67%) :arrow_up:
...s/CreateNewProjectWizard/CreateNewProjectWizard.js 100% <100%> (+100%) :arrow_up:
...c/components/CreateNewProjectWizard/ProjectPath.js 100% <100%> (+100%) :arrow_up:
...omponents/CreateNewProjectWizard/ImportExisting.js 100% <100%> (+100%) :arrow_up:
...c/components/CreateNewProjectWizard/ProjectName.js 84.9% <100%> (+84.9%) :arrow_up:
.../components/CreateNewProjectWizard/SubmitButton.js 100% <100%> (+100%) :arrow_up:
src/components/Planet/PlanetGlow.js 0% <0%> (ø) :arrow_up:
src/components/Debounced/Debounced.js 0% <0%> (ø) :arrow_up:
src/components/Earth/Earth.js 0% <0%> (ø) :arrow_up:
... and 29 more