We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 912ac50 + 8f9e085 commit ead35c8Copy full SHA for ead35c8
1 file changed
server.js
@@ -10,7 +10,7 @@ const app = express()
10
11
require('./middleware')(app)
12
13
-// prevent the app from starting up durings tests
+// prevent the app from starting up during tests
14
/* istanbul ignore next */
15
if (!module.parent) {
16
// check that the development server is not already running
0 commit comments