mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
2465a32451
[misc] move ownership of spellingPreferences collection to web GitOrigin-RevId: f2584a1119a578c3df15371c6798923a4f2d15ae
5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
const App = require('../../../app.js')
|
|
const { PORT } = require('./helpers/request')
|
|
before(function (done) {
|
|
return App.listen(PORT, 'localhost', done)
|
|
})
|