Add tests for EntryFormRow#211
Conversation
…o fix mount() error
| }); | ||
| }); | ||
|
|
||
| describe('Delete button', () => { |
There was a problem hiding this comment.
Similar blocks of code found in 2 locations. Consider refactoring.
|
Code Climate has analyzed commit b3f4bd0 and detected 0 issues on this pull request. View more on Code Climate. |
|
You crushed it! Thanks @jlangevin |
|
@jlangevin just wondering - how did you find this and how are you using the app? I'm just curious to learn about use cases. |
|
@grgur To be honest, I'm not using at the moment. However, I've been kicking around an idea for a budget-related app and might use it as a starter. If I do, I'd want editing and deleting and figured others would as well. So I used this as an opportunity to get familiar with the code, and this way others can benefit too. As for how I found this, I'm friends with Tim Eagan and clicked through to Modus Create's repos on a whim the other day. Thanks for putting this stuff out there. I always enjoy learning how other folks approach things. I also hadn't used Code Climate before, which dare I say, I've really grown to like. |
|
@grgur Also, thanks for the kind words on my work! |
Proposed Changes
Screenshot
Checklist