react-native-sound
react-native-sound copied to clipboard
Who wants to build test for React-native-sound
Activity, changes, etc. are picking up big time! Which is fantastic, but there is a problem :)
- I don't have time to test all the changes
- I am personally new to JavaScript, so I am going to miss a lot.
- We all know TESTS should be a must for any project worth its salt.
If someone, who's done JEST or something of the source, would be willing to at least stub out some of the pieces and getting the project started in the correct direction, then maybe the rest of us can help.
Suggestions, thoughts?
Hi! I’ve just joined the project. Testing seems like a good idea, though I’m not sure how to test this package’s functionality without seeing if the sounds work.
Do you have ideas of how to test this using stubs?
Hey @trepidity and @paulmelnikow , first-time contributor here. I know this issue is pretty old, but I didn't see any tests yet, so I went ahead and created some mocked jest tests for the main sound.js file to get the ball rolling.
Do you know if I could get push access to this repo to submit a PR?