Add other setting init
This commit is contained in:
parent
b19a712799
commit
a37b1b6a45
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue