Skip to content

Commit

Permalink
Updates the snapshots that changed with updates to the license headers
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Mar 25, 2022
1 parent a1156b6 commit 625549d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions packages/osd-dev-utils/src/run/help.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ describe('getHelp()', () => {
node scripts/foo --bar --baz
Some thing that we wrote to help us execute things.
Example:
foo = bar = baz
Are you getting it?
Options:
Expand Down Expand Up @@ -123,11 +123,11 @@ describe('getCommandLevelHelp()', () => {
node node_modules/jest-worker/build/workers/processChild.js foo [...names]
Some thing that we wrote to help us execute things.
Example:
foo = bar = baz
Are you getting it?
Command-specific options:
Expand Down Expand Up @@ -176,25 +176,25 @@ describe('getHelpForAllCommands()', () => {
Commands:
foo [...names]
Some thing that we wrote to help us execute things.
Example:
foo = bar = baz
Are you getting it?
Options:
--foo Some flag
--bar Another flag
Secondary info
--baz, -b Hey hello
bar [...names]
Some other thing that we wrote to help us execute things.
Options:
--baz, -b Hey hello
Global options:
--global-flag some flag that applies to all commands
Expand Down
4 changes: 2 additions & 2 deletions src/core/public/core_app/errors/url_overflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ describe('url overflow detection', () => {
const unmount = mountToast(element);
expect(element).toMatchInlineSnapshot(`
<div>
Either enable the
Either enable the
<code>
state:storeInSessionStorage
</code>
option in
option in
<a
href="/test-123/app/management/opensearch-dashboards/settings"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test('alias', () => {
const { container } = render(<FilterLabel filter={filter} />);
expect(container).toMatchInlineSnapshot(`
<div>
geo.coordinates in US
</div>
`);
Expand All @@ -65,7 +65,7 @@ test('negated alias', () => {
<span
class="euiTextColor euiTextColor--danger"
>
NOT
NOT
</span>
geo.coordinates in US
</div>
Expand All @@ -89,10 +89,10 @@ test('alias with warning status', () => {
<span
class="euiTextColor euiTextColor--danger"
>
NOT
NOT
</span>
geo.coordinates in US
:
:
<span
class="globalFilterLabel__value"
>
Expand All @@ -119,10 +119,10 @@ test('alias with error status', () => {
<span
class="euiTextColor euiTextColor--danger"
>
NOT
NOT
</span>
geo.coordinates in US
:
:
<span
class="globalFilterLabel__value"
>
Expand All @@ -136,9 +136,9 @@ test('warning', () => {
const { container } = render(<FilterLabel filter={phraseFilter} valueLabel={'Warning'} />);
expect(container).toMatchInlineSnapshot(`
<div>
machine.os
:
:
<span
class="globalFilterLabel__value"
>
Expand All @@ -152,9 +152,9 @@ test('error', () => {
const { container } = render(<FilterLabel filter={phraseFilter} valueLabel={'Error'} />);
expect(container).toMatchInlineSnapshot(`
<div>
machine.os
:
:
<span
class="globalFilterLabel__value"
>
Expand Down

0 comments on commit 625549d

Please sign in to comment.