You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the test is more like a mini-integration test. To check if download button styles correctly if any dataset is selected, you could just feed the selectedDatasets prop non-empty. Here you're testing that step, but also the correct event handling for a checked dataset card, and then whether the ResultContainer processes this info correctly. So 3 steps in one. The goal would be to really just test one thing
the test is more like a mini-integration test. To check if download button styles correctly if any dataset is selected, you could just feed the selectedDatasets prop non-empty. Here you're testing that step, but also the correct event handling for a checked dataset card, and then whether the ResultContainer processes this info correctly. So 3 steps in one. The goal would be to really just test one thing
Originally posted by @surchs in #31 (comment)
The text was updated successfully, but these errors were encountered: