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 = atom.packages.getLoadedPackage("atom-beautify")
|
||||||
pack.activateNow()
|
pack.activateNow()
|
||||||
# Change logger level
|
# Change logger level
|
||||||
atom.config.set('atom-beautify.general.loggerLevel', 'verbose')
|
atom.config.set('atom-beautify.general.loggerLevel', 'info')
|
||||||
# Return promise
|
# Return promise
|
||||||
return activationPromise
|
return activationPromise
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ describe "PHP-CS-Fixer Beautifier", ->
|
||||||
pack = atom.packages.getLoadedPackage("atom-beautify")
|
pack = atom.packages.getLoadedPackage("atom-beautify")
|
||||||
pack.activateNow()
|
pack.activateNow()
|
||||||
# Change logger level
|
# Change logger level
|
||||||
atom.config.set('atom-beautify.general.loggerLevel', 'verbose')
|
atom.config.set('atom-beautify.general.loggerLevel', 'info')
|
||||||
# Return promise
|
# Return promise
|
||||||
return activationPromise
|
return activationPromise
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ describe "BeautifyLanguages", ->
|
||||||
pack.activateNow()
|
pack.activateNow()
|
||||||
# Need more debugging on Windows
|
# Need more debugging on Windows
|
||||||
# Change logger level
|
# Change logger level
|
||||||
atom.config.set('atom-beautify.general.loggerLevel', 'verbose')
|
atom.config.set('atom-beautify.general.loggerLevel', 'info')
|
||||||
# Return promise
|
# Return promise
|
||||||
return activationPromise
|
return activationPromise
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue