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| {
|
cx.update(|cx| {
|
||||||
let app_state = AppState::test(cx);
|
let app_state = AppState::test(cx);
|
||||||
theme::init((), cx);
|
theme::init((), cx);
|
||||||
|
init_settings(cx);
|
||||||
language::init(cx);
|
language::init(cx);
|
||||||
editor::init(cx);
|
editor::init(cx);
|
||||||
pane::init(cx);
|
pane::init(cx);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue