mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 03:17:47 +08:00
spec(theme-picker): Remove filter for theme picker spec
This commit is contained in:
parent
62007cfbb1
commit
f21e561317
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const {resourcePath} = NylasEnv.getLoadSettings();
|
|||
const light = new ThemePackage(resourcePath + '/internal_packages/ui-light');
|
||||
const dark = new ThemePackage(resourcePath + '/internal_packages/ui-dark');
|
||||
|
||||
fdescribe('ThemePicker', ()=> {
|
||||
describe('ThemePicker', ()=> {
|
||||
beforeEach(()=> {
|
||||
spyOn(ThemePicker.prototype, '_setActiveTheme').andCallThrough();
|
||||
spyOn(ThemePicker.prototype, '_rewriteIFrame');
|
||||
|
|
Loading…
Reference in a new issue