We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7365d5 + cc4dac4 commit 613f0c0Copy full SHA for 613f0c0
1 file changed
lib/express-app.js
@@ -20,7 +20,7 @@ if (envIs('production')) {
20
}));
21
}
22
23
-if (envIs('development', 'local', 'stage')) {
+if (!envIs('test')) {
24
app.use(morganFreeman('short'));
25
26
0 commit comments