mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-06 11:16:10 +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', ()=> {
|
it('should display an error if the draft has no subject', ()=> {
|
||||||
spyOn(TemplateStore, '_displayError');
|
spyOn(TemplateStore, '_displayError');
|
||||||
|
spyOn(fs, 'watch');
|
||||||
runs(()=> {
|
runs(()=> {
|
||||||
TemplateStore._onCreateTemplate({draftClientId: 'localid-nosubject'});
|
TemplateStore._onCreateTemplate({draftClientId: 'localid-nosubject'});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue