mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 23:29:00 +02:00
Fixed incompatibilities between overleaf.com and community (#2028)
GitOrigin-RevId: fc1e4e3e179cab75144043d83197f09e4f6c7642
This commit is contained in:
committed by
sharelatex
parent
7d1bab4e88
commit
6006c8ca79
@@ -553,6 +553,10 @@ describe('ProjectController', function() {
|
||||
|
||||
describe('with overleaf-integration-web-module hook', function() {
|
||||
beforeEach(function() {
|
||||
this.Features.hasFeature = sinon
|
||||
.stub()
|
||||
.withArgs('overleaf-integration')
|
||||
.returns(true)
|
||||
this.V1Response = {
|
||||
projects: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user