mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-01 12:58:52 +08:00
chore(tests): fix relative style path in spec-runner
This commit is contained in:
parent
a339f60f2c
commit
e813727d28
1 changed files with 1 additions and 2 deletions
|
@ -115,8 +115,7 @@ class SpecRunner {
|
|||
|
||||
AppEnv.restoreWindowDimensions();
|
||||
AppEnv.themes.loadStaticStylesheets();
|
||||
AppEnv.themes.requireStylesheet('../../static/jasmine');
|
||||
AppEnv.themes.initialLoadComplete = true;
|
||||
AppEnv.themes.requireStylesheet('../../static/style/jasmine');
|
||||
AppEnv.keymaps.loadKeymaps();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue