-
Notifications
You must be signed in to change notification settings - Fork 270
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
test(table): improve table unit tests #601
base: master
Are you sure you want to change the base?
test(table): improve table unit tests #601
Conversation
Hi @aymanbagabas, nice to see some activity here. I welcome any questions or change requests you may have :) |
Could you please look into the tests and why they're failing? |
@aymanbagabas the tests are failing intentionally. I was tasked with creating tests to validate the correct output. Known bugs are currently making the tests fail. Please see the PR description for more details. |
This PR seeks to add unit tests for the
table
component as requested in #593. The hope is that the table bubble will be as thoroughly tested as the lipgloss table.Tests have been added to address these issues:
Tests written specifically for issues will be failing until the issue is fixed (in a separate PR). Other tests have also been added to improve the general coverage (ie. not in relation to any known issue).
I welcome questions relating to this PR. I think this is a great platform for clarifying the expected/desired behaviour of the table component.