Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

test: add unit test for `update_grouping_input_select()` function #186

Closed Rebekah-Chuang closed 6 months ago

Rebekah-Chuang commented 6 months ago

This PR adds a unit test for the update_grouping_input_select() function in the VizAble project. The test ensures that the function correctly updates the grouping dropdown based on the selected plot type.

closes #185