Fix logging during tests. Show info level logs.

This commit is contained in:
Glavin Wiechert 2017-06-04 16:03:45 -03:00
parent 1e5751a63a
commit 84361e4011
1 changed files with 1 additions and 2 deletions

View File

@ -53,9 +53,8 @@ describe "BeautifyLanguages", ->
pack = atom.packages.getLoadedPackage("atom-beautify")
pack.activateNow()
# Need more debugging on Windows
# if isWindows
# Change logger level
atom.config.set('atom-beautify._loggerLevel', 'verbose')
atom.config.set('atom-beautify.general.loggerLevel', 'info')
# Return promise
return activationPromise