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
The queries can be mocked through ts-mock-imports and there is already an (commented out) example in /test/test/test.spec.ts. There is also already a database mock.
So, the main missing things are a mock for the discord Message/Client and some actual tests.
The text was updated successfully, but these errors were encountered:
The queries can be mocked through
ts-mock-imports
and there is already an (commented out) example in/test/test/test.spec.ts
. There is also already a database mock.So, the main missing things are a mock for the discord Message/Client and some actual tests.
The text was updated successfully, but these errors were encountered: