Add other setting init

This commit is contained in:
Mikayla Maki 2023-05-22 20:38:30 -07:00
parent b19a712799
commit a37b1b6a45
No known key found for this signature in database

View file

@ -2068,6 +2068,7 @@ mod tests {
cx.update(|cx| {
let app_state = AppState::test(cx);
theme::init((), cx);
init_settings(cx);
language::init(cx);
editor::init(cx);
pane::init(cx);