Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1ec5c7

Browse files
committed
chore(build): change logging level for e2e tests to info
1 parent bd5c9a0 commit e1ec5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma-e2e.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ files = ['build/angular-scenario.js', ANGULAR_SCENARIO_ADAPTER, 'build/docs/docs
44

55
autoWatch = false;
66
singleRun = true;
7-
logLevel = LOG_DEBUG;
7+
logLevel = LOG_INFO;
88
logColors = true;
99
browsers = ['Chrome'];
1010

0 commit comments

Comments
 (0)