mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
Merge pull request #25060 from overleaf/mj-core-pug-bs5
[web] Convert various pug pages to BS5 GitOrigin-RevId: f42de89eca778db19d5faa8a19fa8a210c7a749b
This commit is contained in:
committed by
Copybot
parent
447be67f78
commit
d7bd665bee
@@ -117,6 +117,7 @@ describe('CollaboratorsInviteController', function () {
|
||||
|
||||
this.SplitTestHandler = {
|
||||
promises: {
|
||||
getAssignment: sinon.stub().resolves({ variant: 'default' }),
|
||||
getAssignmentForUser: sinon.stub().resolves({ variant: 'default' }),
|
||||
},
|
||||
}
|
||||
|
||||
@@ -18,6 +18,11 @@ describe('TemplatesController', function () {
|
||||
'./TemplatesManager': (this.TemplatesManager = {
|
||||
promises: { createProjectFromV1Template: sinon.stub() },
|
||||
}),
|
||||
'../SplitTests/SplitTestHandler': (this.SplitTestHandler = {
|
||||
promises: {
|
||||
getAssignment: sinon.stub().resolves({ variant: 'default' }),
|
||||
},
|
||||
}),
|
||||
},
|
||||
})
|
||||
this.next = sinon.stub()
|
||||
|
||||
Reference in New Issue
Block a user