mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Stub out brandPrefix for email tests
This commit is contained in:
parent
0114ed362f
commit
562534034f
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ describe "EmailBuilder", ->
|
|||
|
||||
beforeEach ->
|
||||
|
||||
@settings = appName: "testApp"
|
||||
@settings =
|
||||
appName: "testApp"
|
||||
brandPrefix: ''
|
||||
@EmailBuilder = SandboxedModule.require modulePath, requires:
|
||||
"settings-sharelatex":@settings
|
||||
"logger-sharelatex": log:->
|
||||
|
|
Loading…
Reference in a new issue