Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(yargs): upgrade to 17.3.1 #13590

Merged
merged 21 commits into from
Jan 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
snap
  • Loading branch information
connorjclark committed Jan 26, 2022
commit 80ed3e74db2ac4e797a88f4d355d69027e0823c0
43 changes: 43 additions & 0 deletions lighthouse-cli/test/cli/__snapshots__/cli-flags-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,49 @@ Object {
}
`;

exports[`CLI flags settings are accepted from a file path (inlined budgets) 1`] = `
Object {
"$0": "node_modules/jest/bin/jest.js",
"_": Array [
"http://www.example.com",
],
"budgets": Array [
Object {
"anything": "works",
},
],
"channel": "cli",
"chrome-flags": "",
"chrome-ignore-default-flags": false,
"chromeFlags": "",
"chromeIgnoreDefaultFlags": false,
"cli-flags-path": "__REPLACED__/lighthouse-cli/test/fixtures/cli-flags-path-inline-budgets.json",
"cliFlagsPath": "__REPLACED__/lighthouse-cli/test/fixtures/cli-flags-path-inline-budgets.json",
"enable-error-reporting": undefined,
"enableErrorReporting": undefined,
"fraggle-rock": false,
"fraggleRock": false,
"hostname": "127.0.0.1",
"list-all-audits": false,
"list-locales": false,
"list-trace-categories": false,
"listAllAudits": false,
"listLocales": false,
"listTraceCategories": false,
"output": Array [
"html",
],
"port": 0,
"print-config": false,
"printConfig": false,
"quiet": false,
"save-assets": false,
"saveAssets": false,
"verbose": false,
"view": false,
}
`;

exports[`CLI flags settings are accepted from a file path 1`] = `
Object {
"$0": "node_modules/jest/bin/jest.js",
Expand Down