Merge pull request #5384 from overleaf/bg-add-symbol-palette-feature-flag

[web] add symbol palette feature flag

GitOrigin-RevId: 154499aaef72b677f28d85c501d0015811081887
This commit is contained in:
Brian Gough
2021-10-14 08:03:11 +00:00
committed by Copybot
parent 4313cba624
commit b9e7f6ab5e
4 changed files with 11 additions and 0 deletions
@@ -21,6 +21,7 @@ describe('UserFeaturesUpdater', function () {
referencesSearch: true,
zotero: true,
mendeley: true,
symbolPalette: true,
}
this.User = {
findByIdAndUpdate: sinon.stub().yields(null, { features: this.features }),