mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
f6c1e2738d
Migrate spelling to ES modules GitOrigin-RevId: 4a200c8d1c28be44027cc8a3097e42575ab6593f
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
import { app } from '../../../app/js/server.js'
|
|
import { PORT } from './helpers/request.js'
|
|
|
|
before(function (done) {
|
|
return app.listen(PORT, 'localhost', done)
|
|
})
|