overleaf/services/web/test/acceptance/src/Init.js

12 lines
449 B
JavaScript
Raw Normal View History

// 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')
before(done => App.listen(3000, 'localhost', done))