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.
@@ -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
- // import pubads from './test-definitions/pubads.js';
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
- // TODO(esmodules): enable when pubads is bundled again
107
- // pubads,
106
+ pubads,
108
107
  pwaAirhorner,
109
108
  pwaChromestatus,
110
109
  pwaSvgomg,