Add init_settings to tests

This commit is contained in:
Mikayla Maki 2023-05-22 20:33:18 -07:00
parent da96802bf0
commit b19a712799
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -2068,6 +2068,7 @@ mod tests {
workspace::init(app_state.clone(), cx);
language::init(cx);
editor::init(cx);
project_panel::init_settings(cx);
pane::init(cx);
app_state
})