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

Add JEST unit test #157

Open
MelleD opened this issue Jun 14, 2024 · 0 comments
Open

Add JEST unit test #157

MelleD opened this issue Jun 14, 2024 · 0 comments

Comments

@MelleD
Copy link
Owner

MelleD commented Jun 14, 2024

Summary:
Implement comprehensive unit tests for the expander components using the Jest testing framework to ensure code quality and functionality.

Description:
To maintain high code quality and ensure the functionality of the expander components, we propose adding unit tests using Jest. This will help in identifying bugs early, verifying component behavior, and making future code changes more reliable.

npm install --save-dev jest
npm install --save-dev @testing-library/jest-dom
npm install --save-dev @testing-library/svelte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant