mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1837 from overleaf/msm-revert-commit-by-error-master
Revert "disabled logging during acceptance test execution" GitOrigin-RevId: 5d613ef0abeb00b2c4b42a660fac95876aebcd46
This commit is contained in:
parent
df026f9f81
commit
9226237a36
1 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,11 @@
|
|||
// 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')
|
||||
const { logger } = require('logger-sharelatex')
|
||||
require('logger-sharelatex').logger.level('error')
|
||||
|
||||
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…
Reference in a new issue