fronts-client/integration/server/setup.js (4 lines of code) (raw):

const server = require('./server'); module.exports = async () => { // hook this into global to allow for teardown global.integrationServer = await server(); };