Unit Testing DiscordJS Types

I'm trying to write some unit tests for my bot and I need to generate some instances of some DiscordJS classes, but I'm having a hard time figuring out how to do so easily. Is there a quick/easy way to create instances of classes like Users, Guilds, Channels, etc, without having to implement all of the properties/functions/etc?
Was this page helpful?