lighthouse 9.5.0-dev.20220907-2 → 9.5.0-dev.20220908
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +5902 -0
- package/cli/test/smokehouse/core-tests.js +2 -3
- package/dist/report/flow.js +11 -11
- package/package.json +2 -2
- package/lol.report.json +0 -5856
- package/shared/localization/locales/en-US.ctc.json +0 -8059
- package/shared/localization/locales/en-XL.ctc.json +0 -8036
|
@@ -42,7 +42,7 @@ import perfFonts from './test-definitions/perf-fonts.js';
|
|
|
42
42
|
import perfFrameMetrics from './test-definitions/perf-frame-metrics.js';
|
|
43
43
|
import perfPreload from './test-definitions/perf-preload.js';
|
|
44
44
|
import perfTraceElements from './test-definitions/perf-trace-elements.js';
|
|
45
|
-
|
|
45
|
+
import pubads from './test-definitions/pubads.js';
|
|
46
46
|
import pwaAirhorner from './test-definitions/pwa-airhorner.js';
|
|
47
47
|
import pwaCaltrain from './test-definitions/pwa-caltrain.js';
|
|
48
48
|
import pwaChromestatus from './test-definitions/pwa-chromestatus.js';
|
|
@@ -103,8 +103,7 @@ const smokeTests = [
|
|
|
103
103
|
perfFrameMetrics,
|
|
104
104
|
perfPreload,
|
|
105
105
|
perfTraceElements,
|
|
106
|
-
|
|
107
|
-
// pubads,
|
|
106
|
+
pubads,
|
|
108
107
|
pwaAirhorner,
|
|
109
108
|
pwaChromestatus,
|
|
110
109
|
pwaSvgomg,
|