-
-
Notifications
You must be signed in to change notification settings - Fork 4
Testing components #41
Testing components #41
Conversation
Testing components
testing script
Thanks for opening this pull request! Please check out our contributing guidelines. |
I will update all the tests soon.. 😎 |
#41 Resolved Partially |
@all-contributors add @sawood14012 as tester |
I couldn't determine any contributions to add, did you specify any contributions? |
@all-contributors add @sawood14012 as userTesting |
I've put up a pull request to add @sawood14012! 🎉 |
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.
Bhai please remove the appropriate comment lines. :)
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.
@sawood14012 Please remove the comments
@@ -0,0 +1,27 @@ | |||
// Jest Snapshot v1, https://goo.gl/fbAQLP |
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.
Comments like these
Congrats on merging your first pull request! We here at Zapify are proud of you! |
added default test cases for Box and Button components.
run
npm test
oryarn test
to checkand use the same version of react dom , react and react test renderer
"react": "16.8.3", "react-dom": "16.8.3", "react-test-renderer": "16.8.3"
this test will produce files in snapshots folder like box.test.js.snap with the compiled result.