mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
spec(theme-picker): Remove filter for theme picker spec
This commit is contained in:
parent
22189f91e6
commit
7758cf2a61
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