Tylertron
SIASapphire - Imagine a framework
•Created by Tomas D on 3/1/2024 in #sapphire-support
Testing and Sapphire/discord.js
You abstract everything away from discord and then when discord eventually blows up, you can plug and place with whatever replacement you have
6 replies
SIASapphire - Imagine a framework
•Created by Tomas D on 3/1/2024 in #sapphire-support
Testing and Sapphire/discord.js
^ this is good advice in general. Integration testing is rarely worth it, and certainly never more than unit testing. Extract the code you have, abstract it away from any discord specifics, and test that - not only will it be easier to test but it's a far cleaner way of coding anyhow
6 replies