#worried about having to test non-exported function
5 messages · Page 1 of 1 (latest)
Move it to another file and export it from there?
Or just test the public API and show that it's tested by coverage
I don't see a reason to test every single function directly
Ok thanks. I'll just test the public api and hopefully he'll understand lol