mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Remove celebrate mock
GitOrigin-RevId: 05dd09d1c4457bf1966d729296fd863ae4dc03aa
This commit is contained in:
@@ -264,17 +264,6 @@ describe('SubscriptionController', function () {
|
||||
})
|
||||
)
|
||||
|
||||
vi.doMock('celebrate', () => ({
|
||||
default: (ctx.celebrate = {
|
||||
celebrate: sinon.stub(),
|
||||
errors: sinon.stub(),
|
||||
Joi: {
|
||||
any: sinon.stub(),
|
||||
extend: sinon.stub(),
|
||||
},
|
||||
}),
|
||||
}))
|
||||
|
||||
vi.doMock(
|
||||
'../../../../app/src/Features/Subscription/GroupPlansData',
|
||||
() => ({
|
||||
|
||||
Reference in New Issue
Block a user