mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fix(test): add v8 category to server spec
This commit is contained in:
@@ -46,7 +46,7 @@ Future<WebDriver> createTestDriver() {
|
||||
'binary': env['DARTIUM_BIN'],
|
||||
'args': ['--js-flags=--expose-gc'],
|
||||
'perfLoggingPrefs': {
|
||||
'traceCategories': 'blink.console,disabled-by-default-devtools.timeline'
|
||||
'traceCategories': 'v8,blink.console,disabled-by-default-devtools.timeline'
|
||||
},
|
||||
},
|
||||
'loggingPrefs': {
|
||||
|
||||
Reference in New Issue
Block a user