mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
Using `after` in the single tests is a bit messy as it runs after all the tests and if one fails sometime it won't run properly. This approach uses a single `afterEach` hook to clean up all resources created during the tests after each test run. Also remove `async` from describe functions as it is not supported and can lead to issues Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>