mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-19 12:05:16 +00:00
disabled logging during acceptance test execution
GitOrigin-RevId: 185077cc0f0c8791bc063bd8da6dd755f94c74d6
This commit is contained in:
parent
bebd0f25e6
commit
df026f9f81
1 changed files with 7 additions and 8 deletions
|
@ -1,11 +1,10 @@
|
|||
// TODO: This file was created by bulk-decaffeinate.
|
||||
// Sanity-check the conversion and remove this comment.
|
||||
/*
|
||||
* decaffeinate suggestions:
|
||||
* DS102: Remove unnecessary code created because of implicit returns
|
||||
* Full docs: https://github.com/decaffeinate/decaffeinate/blob/master/docs/suggestions.md
|
||||
*/
|
||||
const App = require('../../../app.js')
|
||||
require('logger-sharelatex').logger.level('error')
|
||||
const { logger } = require('logger-sharelatex')
|
||||
|
||||
before(done => App.listen(3000, 'localhost', done))
|
||||
|
||||
beforeEach(() => {
|
||||
// log level is reset in several places throughout the code, can't be set
|
||||
// in a single global `before` step
|
||||
logger.level('fatal')
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue