Closed UtkarshSiddhpura closed 8 months ago
Nice start but there is still a failed test.
All tests are passing on my side can you locate which test is failing? It's probably 1 of the four.
It's in password component
Nice start but there is still a failed test.
Resolved
That's nice but is it possible to remove all console.warn
?
I guess all the warnings are related to props datatypes (for e.g icon x
, y
accepts Number but all the implemented-screens/components-using-icon are passing it a string)
So should i change the prop data-type or everywhere it's passing it as string?
@UtkarshSiddhpura I think that it's okay for x
, y
or color
to be a number but there is no reason to force id
to be a number.
@llaske I think we should setup something so before pushing or before merging we run all the test cases to avoid potential errors and warnings
Not sure to understand. What do you want to setup? What prevents to fix warnings?
Not sure to understand. What do you want to setup? What prevents to fix warnings?
Something like a pre-push hook that only pushes if all the test are passed @llaske You can merge this PR for now I'll open another PR if we're interested in pre-push hook
Nice start but there is still a failed test.