add tests for user model insert delete rows columns

This commit is contained in:
BrianHung
2025-07-13 00:15:53 -07:00
committed by Nicolás Hatcher Andrés
parent d7113622e7
commit 87cdfb2ba1
2 changed files with 174 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ mod test_general;
mod test_grid_lines;
mod test_keyboard_navigation;
mod test_last_empty_cell;
mod test_multi_row_column;
mod test_on_area_selection;
mod test_on_expand_selected_range;
mod test_on_paste_styles;