hyochan / dooboo-ui-legacy

React Native UI Components with react-hook (web, ios, android)
MIT License
140 stars 72 forks source link

test: set standard date for date values used by DatePicker #340

Closed oh3vci closed 4 years ago

oh3vci commented 4 years ago

Description

Because the new Date changed the date value each time the date changes, Test snapshots don't be matched. So, I set the standard date merged DatePicker to dooboo-ui.

Related Issues

337

Tests

just jest test

Checklist

codecov[bot] commented 4 years ago

Codecov Report

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

@@           Coverage Diff           @@
##           master     #340   +/-   ##
=======================================
  Coverage   83.25%   83.25%           
=======================================
  Files          37       37           
  Lines        1218     1218           
  Branches      367      367           
=======================================
  Hits         1014     1014           
  Misses         89       89           
  Partials      115      115           
bumjoo commented 4 years ago

Good job~!! Thanks.