1
0
mirror of synced 2025-12-25 11:03:37 -05:00

repo sync

This commit is contained in:
Octomerger Bot
2020-11-20 14:40:50 -08:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ const app = express()
require('./middleware')(app)
// prevent the app from starting up durings tests
// prevent the app from starting up during tests
/* istanbul ignore next */
if (!module.parent) {
// check that the development server is not already running