diff --git a/server.js b/server.js index ea30fbad6465..1af6650790b9 100644 --- a/server.js +++ b/server.js @@ -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