Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Create mock util for reused objects #119

Open
nikgil opened this issue Jun 8, 2021 · 0 comments
Open

[feature] Create mock util for reused objects #119

nikgil opened this issue Jun 8, 2021 · 0 comments
Labels
feature New feature low priority Tickets that can be left for later on and are not critical issues

Comments

@nikgil
Copy link
Member

nikgil commented Jun 8, 2021

Is your feature request related to a problem? Please describe

Some tests reuse anonymous objects when mocking DiscordJS objects. May be used to create static initializers or similar convenience classes in a util for tests.

Describe the solution you'd like

Util class for tests. This will mean going through tests and seeing what objects repeat in what fashion

Describe alternatives you've considered

Currently it's all done per test.

Additional context

N/A

@nikgil nikgil added feature New feature low priority Tickets that can be left for later on and are not critical issues labels Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature low priority Tickets that can be left for later on and are not critical issues
Projects
None yet
Development

No branches or pull requests

1 participant