Change test loggerLevel from verbose to info
This commit is contained in:
parent
3023fea297
commit
2737a54604
|
@ -31,7 +31,7 @@ describe "Atom-Beautify", ->
|
|||
pack = atom.packages.getLoadedPackage("atom-beautify")
|
||||
pack.activateNow()
|
||||
# Change logger level
|
||||
atom.config.set('atom-beautify.general.loggerLevel', 'verbose')
|
||||
atom.config.set('atom-beautify.general.loggerLevel', 'info')
|
||||
# Return promise
|
||||
return activationPromise
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ describe "PHP-CS-Fixer Beautifier", ->
|
|||
pack = atom.packages.getLoadedPackage("atom-beautify")
|
||||
pack.activateNow()
|
||||
# Change logger level
|
||||
atom.config.set('atom-beautify.general.loggerLevel', 'verbose')
|
||||
atom.config.set('atom-beautify.general.loggerLevel', 'info')
|
||||
# Return promise
|
||||
return activationPromise
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ describe "BeautifyLanguages", ->
|
|||
pack.activateNow()
|
||||
# Need more debugging on Windows
|
||||
# Change logger level
|
||||
atom.config.set('atom-beautify.general.loggerLevel', 'verbose')
|
||||
atom.config.set('atom-beautify.general.loggerLevel', 'info')
|
||||
# Return promise
|
||||
return activationPromise
|
||||
|
||||
|
|
Loading…
Reference in New Issue