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

Implement Jest setup for unit testing class interfaces #176

Open
towerofnix opened this issue Mar 11, 2023 · 1 comment
Open

Implement Jest setup for unit testing class interfaces #176

towerofnix opened this issue Mar 11, 2023 · 1 comment

Comments

@towerofnix
Copy link
Member

We're going to be doing a sizeable amount of interface reworking in the near future, and it would be nice to verify compatibility with existing Leopard dependants where possible (if only to make releasing a 2.0.0 which drops all deprecated interfaces at once more convenient, rather than bumping a major version for each dropped interface).

Preparing unit tests lets us ensure deprecated interfaces keep working until formally dropped, and makes room to help ensure we don't break the behavior of any new interfaces either!

@towerofnix towerofnix self-assigned this Mar 11, 2023
@towerofnix
Copy link
Member Author

This didn't turn out to be relevant for #177 in the end - I do think unit tests are worth investigating but I'm going to slide it off my plate and back into the serving pot before I take a bite 🍝

@towerofnix towerofnix removed their assignment Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant