mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-12 16:43:02 +00:00
added stub for log.info
GitOrigin-RevId: ed1041905b8b96869cd69518ada9fd253be51ca4
This commit is contained in:
parent
0d00aa5500
commit
5835e9dc25
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ describe('SpellingController', function() {
|
|||
request: this.request,
|
||||
'logger-sharelatex': {
|
||||
warn() {},
|
||||
err() {}
|
||||
err() {},
|
||||
info() {}
|
||||
},
|
||||
'settings-sharelatex': {
|
||||
languages: [
|
||||
|
|
Loading…
Reference in a new issue