-
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
basic tests. part1 #39
Comments
describe('basic test', () => { |
i think it looks good. maybe it better to have a more self-explanatory string at |
Alright. Thank you!
Matheus Souza
Em 5 de fev de 2019, à(s) 10:54, Arthur Tkachenko <notifications@github.com<mailto:notifications@github.com>> escreveu:
i think it looks good. maybe it better to have a more self-explanatory string at describe.
But at overall - it's good. fork this repo, update code and create a pull request with your changes
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#39 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AkOUD_DDsZR-32we4zww08STP3ZMg5oAks5vKX7ugaJpZM4aQLES>.
|
@souzasmatheus what do you think if i'll help you to fix this task and we'll jump into the next one? |
@atherdon I am actually studying Jest and Enzyme in order to learn how to fix that. But if you think we should jump into another task, that's ok for me :) |
@souzasmatheus it's a great news! I think it's just was not very clear task, and this is why we stuck with it. |
@atherdon Awesome! What should I do next then? |
for you and for our other react developers i create this set of articles, related to Jest. it's not formatted, but it will be soon or later :) https://github.com/ChickenKyiv/awesome-jest-articles But my personal favorite is https://flaviocopes.com/jest/ |
Thank you! I will read as soon as possible. |
@souzasmatheus we make a big update at current repository. When you'll be able to continue - you'll need to sync your fork - because our current changes can break your code |
all RenderList* components should have
*test
file with describe, related to passingdata
attribute.sample of how we use one fo these components:
Note: by default data is array, but pay attention.
The text was updated successfully, but these errors were encountered: