mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:01:52 +00:00
Fix failing unit test
This commit is contained in:
parent
9b8cf7bcfa
commit
185514ea35
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ describe "Email Templator ", ->
|
|||
|
||||
beforeEach ->
|
||||
|
||||
@settings = {}
|
||||
@settings = appName: "testApp"
|
||||
@EmailBuilder = SandboxedModule.require modulePath, requires:
|
||||
"settings-sharelatex":@settings
|
||||
"logger-sharelatex": log:->
|
||||
|
|
Loading…
Reference in a new issue