-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Time Format #119
Fix Time Format #119
Conversation
@eric-kingu is attempting to deploy a commit to the vantageX's projects Team on Vercel. A member of the Team first needs to authorize it. |
good stuff @eric-kingu . dont worry about the tests. i am still writing them here #117 . and you can see a lot of commits as this is my first time writing tests for the react typescript. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks about right. good to go
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quick change @eric-kingu , change the placeholder value in UserAddLaptimes.tsx
variant='flushed' placeholder='6.59.34'
and
<FormErrorMessage fontSize={'11px'}>Please enter a valid laptime (minutes.seconds.milliseconds)</FormErrorMessage>
to an appropriate value. thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good stuff.
Fixed time format on UserAddLaptime, in test-utils I commented a test to see if the format returns true, tried doing TDD but I didn't want to worsen your tests