File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ function initTemplates () {
110110 )
111111
112112 let emailTemplatesPath = ensureTemplateCopiedTo (
113- '../default-email- templates' ,
113+ '../default-templates/emails ' ,
114114 '../config/email-templates'
115115 )
116116
@@ -125,7 +125,7 @@ function initTemplates () {
125125 * default templates.
126126 *
127127 * @param defaultTemplateDir {string} Path to a default template directory,
128- * relative to `lib/`. For example, '../default-email- templates' contains
128+ * relative to `lib/`. For example, '../default-templates/emails ' contains
129129 * various email templates pre-defined by the Solid dev team.
130130 *
131131 * @param configTemplateDir {string} Path to a template directory customized
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const SolidHost = require('../lib/models/solid-host')
1212const AccountManager = require ( '../lib/models/account-manager' )
1313const EmailService = require ( '../lib/models/email-service' )
1414
15- const templatePath = path . join ( __dirname , '../default-email- templates' )
15+ const templatePath = path . join ( __dirname , '../default-templates/emails ' )
1616
1717var host , accountManager , emailService
1818
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const sinonChai = require('sinon-chai')
77chai . use ( sinonChai )
88chai . should ( )
99
10- const templatePath = path . join ( __dirname , '../../default-email- templates' )
10+ const templatePath = path . join ( __dirname , '../../default-templates/emails ' )
1111
1212describe ( 'Email Service' , function ( ) {
1313 describe ( 'EmailService constructor' , ( ) => {
You can’t perform that action at this time.
0 commit comments