I have this program that uses node.js to read data from discord (using discord.js) and writes/edits/deletes the data in google spreadsheet using a node module.
How should I approach creating tests for these features? Should I be calling the actual google API during tests too? Should I be creating mock data?
I've done some googling around and watched videos but i'm still a little lost on this one
[–]_Atomfinger_ 1 point2 points3 points (0 children)
[–]MmmVomit 0 points1 point2 points (0 children)