mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
8c225fe547
* chore: write snapshot * chore: add tests * chore: sync close * chore: restore from snapshot * chore: delete invalid revisions after restored from snapshot * chore: create default view if it fail to deserialize view's revisions when there is no snapshot * chore: auto generate snapshot Co-authored-by: nathan <nathan@appflowy.io>
8 lines
116 B
Rust
8 lines
116 B
Rust
mod block_test;
|
|
mod cell_test;
|
|
mod field_test;
|
|
mod filter_test;
|
|
mod grid_editor;
|
|
mod group_test;
|
|
mod snapshot_test;
|