joshwcomeau / guppy

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

Test AppSettingsModal component #371

Closed AWolf81 closed 5 years ago

AWolf81 commented 5 years ago

Related Issue:

309

Summary: Added tests for AppSettingsModal

codecov[bot] commented 5 years ago

Codecov Report

Merging #371 into master will increase coverage by 3.42%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #371      +/-   ##
==========================================
+ Coverage   52.35%   55.78%   +3.42%     
==========================================
  Files         158      158              
  Lines        3335     3304      -31     
  Branches      458      458              
==========================================
+ Hits         1746     1843      +97     
+ Misses       1362     1247     -115     
+ Partials      227      214      -13
Impacted Files Coverage Δ
...rc/components/AppSettingsModal/AppSettingsModal.js 96% <ø> (+96%) :arrow_up:
src/utils.js 39.43% <0%> (+5.63%) :arrow_up:
src/components/TextInput/TextInput.js 100% <0%> (+10%) :arrow_up:
src/components/FormField/FormField.js 100% <0%> (+12.5%) :arrow_up:
...nents/ProjectTypeSelection/ProjectTypeSelection.js 72.72% <0%> (+27.27%) :arrow_up:
src/components/Heading/Heading.js 75% <0%> (+33.33%) :arrow_up:
src/components/DirectoryPicker/DirectoryPicker.js 46.15% <0%> (+46.15%) :arrow_up:
src/components/PixelShifter/PixelShifter.js 100% <0%> (+50%) :arrow_up:
src/components/ModalHeader/ModalHeader.js 100% <0%> (+57.14%) :arrow_up:
src/components/ScrollDisabler/ScrollDisabler.js 59.09% <0%> (+59.09%) :arrow_up:
... and 3 more