Fix tests

This commit is contained in:
Julia 2023-05-25 10:31:19 -04:00
parent 8d662edb6c
commit f40c498491
6 changed files with 6 additions and 0 deletions

View file

@ -2085,6 +2085,7 @@ mod tests {
theme::init((), cx);
call::init(app_state.client.clone(), app_state.user_store.clone(), cx);
workspace::init(app_state.clone(), cx);
Project::init_settings(cx);
language::init(cx);
editor::init(cx);
project_panel::init_settings(cx);