mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
removed bad require in test causing redis to be required in unit test #shouldhavebeenabountyhunter
This commit is contained in:
parent
a2f99bc04f
commit
1a2411d4c2
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ should = require('chai').should()
|
|||
sinon = require 'sinon'
|
||||
querystring = require 'querystring'
|
||||
modulePath = "../../../../app/js/Features/Subscription/SubscriptionHandler"
|
||||
SubscriptionHandler = require modulePath
|
||||
|
||||
mockRecurlySubscriptions =
|
||||
"subscription-123-active":
|
||||
|
|
Loading…
Reference in a new issue