mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix bug where stubs were attached to undefined variables
This commit is contained in:
parent
5d017beac5
commit
fd8c61985f
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ describe 'SubscriptionViewModelBuilder', ->
|
|||
@builder = SandboxedModule.require modulePath, requires:
|
||||
"settings-sharelatex": { apis: { recurly: { subdomain: "example.com" }}}
|
||||
"./RecurlyWrapper": @RecurlyWrapper
|
||||
"./PlansLocator": @PlansLocator
|
||||
"./SubscriptionLocator": @SubscriptionLocator
|
||||
"./PlansLocator": @PlansLocator = {}
|
||||
"./SubscriptionLocator": @SubscriptionLocator = {}
|
||||
"./SubscriptionFormatters": @SubscriptionFormatters
|
||||
"./LimitationsManager": {}
|
||||
"logger-sharelatex":
|
||||
|
|
Loading…
Reference in a new issue