mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(build): change logging level for e2e tests to info
This commit is contained in:
parent
bd5c9a0371
commit
e1ec5c7963
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ files = ['build/angular-scenario.js', ANGULAR_SCENARIO_ADAPTER, 'build/docs/docs
|
|||
|
||||
autoWatch = false;
|
||||
singleRun = true;
|
||||
logLevel = LOG_DEBUG;
|
||||
logLevel = LOG_INFO;
|
||||
logColors = true;
|
||||
browsers = ['Chrome'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue