Skip to content

Commit 2aa9845

Browse files
authoredDec 11, 2020
core(without-javascript): remove audit (#11711)
1 parent 6ad47fa commit 2aa9845

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+8
-944
lines changed
 

‎lighthouse-cli/test/cli/__snapshots__/index-test.js.snap

-11
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Object {
1818
Object {
1919
"path": "viewport",
2020
},
21-
Object {
22-
"path": "without-javascript",
23-
},
2421
Object {
2522
"path": "metrics/first-contentful-paint",
2623
},
@@ -1144,11 +1141,6 @@ Object {
11441141
"id": "viewport",
11451142
"weight": 2,
11461143
},
1147-
Object {
1148-
"group": "pwa-optimized",
1149-
"id": "without-javascript",
1150-
"weight": 1,
1151-
},
11521144
Object {
11531145
"group": "pwa-optimized",
11541146
"id": "apple-touch-icon",
@@ -1486,9 +1478,6 @@ Object {
14861478
Object {
14871479
"path": "http-redirect",
14881480
},
1489-
Object {
1490-
"path": "html-without-javascript",
1491-
},
14921481
],
14931482
"loadFailureMode": "warn",
14941483
"networkQuietThresholdMs": 0,

‎lighthouse-cli/test/smokehouse/test-definitions/offline-local/offline-config.js

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module.exports = {
2020
'service-worker',
2121
'works-offline',
2222
'viewport',
23-
'without-javascript',
2423
'user-timings',
2524
'critical-request-chains',
2625
'render-blocking-resources',

0 commit comments

Comments
 (0)
Please sign in to comment.