Skip to content

Commit 65cbaea

Browse files
committed
Restores logs with VERBOSE in tests
1 parent 1ee4533 commit 65cbaea

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
@@ -46,7 +46,7 @@ var defaultConfiguration = {
4646
webhookKey: 'hook',
4747
masterKey: 'test',
4848
fileKey: 'test',
49-
silent: true,
49+
silent: !process.env.VERBOSE,
5050
push: {
5151
'ios': {
5252
cert: 'prodCert.pem',

0 commit comments

Comments
 (0)