Skip to content

Commit c09bcf4

Browse files
committed
Restores logs with VERBOSE in tests
1 parent acb0130 commit c09bcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var defaultConfiguration = {
4545
webhookKey: 'hook',
4646
masterKey: 'test',
4747
fileKey: 'test',
48-
silent: true,
48+
silent: !process.env.VERBOSE,
4949
push: {
5050
'ios': {
5151
cert: 'prodCert.pem',

0 commit comments

Comments
 (0)