You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should convert vitest to use the expect library, not the assert library
Can you help me verify that it's a good idea to do this? I was part through when I realized some of the expect calls aren't exactly one to one and don't seem to have a way of adding a special message.
This will likely take multiple PRs, but:
discordjs-testing
libraryexpect
library, not theassert
libraryvi.mock()
to mock discord.js methods and allow us to reach 100% test coverage.The text was updated successfully, but these errors were encountered: