mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
069519589e
* ci: config rust log * chore: rename flowy-sdk to appflowy-core * fix: create group after editing the url * fix: start listen on new group * chore: add tests * refactor: mock data * ci: update command
11 lines
151 B
Rust
11 lines
151 B
Rust
mod block_test;
|
|
mod cell_test;
|
|
mod database_editor;
|
|
mod field_test;
|
|
mod filter_test;
|
|
mod group_test;
|
|
mod snapshot_test;
|
|
mod sort_test;
|
|
|
|
mod mock_data;
|