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

Testing: Unit tests for individual components #67

Open
hydrosquall opened this issue Jul 1, 2021 · 0 comments
Open

Testing: Unit tests for individual components #67

hydrosquall opened this issue Jul 1, 2021 · 0 comments
Labels
chore Chore or quality of life improvement tests Add or improve existing tests

Comments

@hydrosquall
Copy link
Member

Presently, only the root DataExplorer is tested ( see https://github.com/nteract/data-explorer/blob/main/__tests__/index.spec.tsx ).

It will be easier to catch / guard against component specific issues components below the level of the root DataExplorer if we tested specific visuals / components (Plot Picker, etc) individually.

Based on recent bugs, I think it would be valuable to implement basic tests for

This exercise will also help with writing component specific documentation.

Once this is done in a basic form for a few components, we'll have a good pattern in place that should be easy for new/first time contributors to mimic/add to.

@hydrosquall hydrosquall added chore Chore or quality of life improvement tests Add or improve existing tests labels Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore or quality of life improvement tests Add or improve existing tests
Projects
None yet
Development

No branches or pull requests

1 participant