mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
Remove Angular (#17534)
GitOrigin-RevId: 7a0d45e17d9905fa75569e2d19ca59caa4a41565
This commit is contained in:
@@ -526,9 +526,9 @@ describe('ProjectController', function () {
|
||||
this.ProjectUpdateHandler.promises.markAsOpened.resolves()
|
||||
})
|
||||
|
||||
it('should render the project/editor page', function (done) {
|
||||
it('should render the project/ide-react page', function (done) {
|
||||
this.res.render = (pageName, opts) => {
|
||||
pageName.should.equal('project/editor')
|
||||
pageName.should.equal('project/ide-react')
|
||||
done()
|
||||
}
|
||||
this.ProjectController.loadEditor(this.req, this.res)
|
||||
|
||||
Reference in New Issue
Block a user