mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-26 06:25:33 +08:00
fix(specs): Minor change to templates package for Travis
This commit is contained in:
parent
75419273d5
commit
eceac4046c
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ describe('TemplateStore', ()=> {
|
|||
|
||||
it('should display an error if the draft has no subject', ()=> {
|
||||
spyOn(TemplateStore, '_displayError');
|
||||
spyOn(fs, 'watch');
|
||||
runs(()=> {
|
||||
TemplateStore._onCreateTemplate({draftClientId: 'localid-nosubject'});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue