Remove Angular (#17534)

GitOrigin-RevId: 7a0d45e17d9905fa75569e2d19ca59caa4a41565
This commit is contained in:
Alf Eaton
2024-06-05 09:33:11 +01:00
committed by Copybot
parent 5608ff419c
commit 69e90c2ebf
149 changed files with 665 additions and 21004 deletions
@@ -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)