Skip to content

Commit f623c24

Browse files
committed
test: update snapshots
1 parent 0dd72ab commit f623c24

File tree

8 files changed

+34
-35
lines changed

8 files changed

+34
-35
lines changed

test/declarations/__snapshots__/export-named-declarations.test.ts.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,7 @@ exports[`export named declarations 1`] = `
840840
"properties": [],
841841
"setAccessors": [],
842842
"signature": "interface Interface009<T extends object, U, V extends keyof T>
843-
extends Interface001,
844-
Interface002 {}",
843+
extends Interface001, Interface002 {}",
845844
},
846845
{
847846
"callSignatures": [],

test/packages/__snapshots__/faastjs.test.ts.snap

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,11 @@ exports[`faastjs@8.0.64 1`] = `
566566
"signature": "provider: Provider;",
567567
},
568568
],
569-
"signature": "class FaastModuleProxy<M extends object, O extends CommonOptions, S>
570-
implements FaastModule<M> {}",
569+
"signature": "class FaastModuleProxy<
570+
M extends object,
571+
O extends CommonOptions,
572+
S,
573+
> implements FaastModule<M> {}",
571574
},
572575
{
573576
"constructors": [],

test/packages/__snapshots__/h3.test.ts.snap

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,9 @@ exports[`h3@1.10.1 1`] = `
305305
"signature": "web?: WebEventContext;",
306306
},
307307
],
308-
"signature": "class H3Event<_RequestT extends EventHandlerRequest = EventHandlerRequest>
309-
implements Pick<FetchEvent, "respondWith"> {}",
308+
"signature": "class H3Event<
309+
_RequestT extends EventHandlerRequest = EventHandlerRequest,
310+
> implements Pick<FetchEvent, "respondWith"> {}",
310311
},
311312
{
312313
"docs": [],

test/packages/__snapshots__/kirklin__eslint-config.test.ts.snap

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,11 +1132,10 @@ exports[`@kirklin/eslint-config@2.1.0 1`] = `
11321132
"name": "StylisticConfig",
11331133
"properties": [],
11341134
"setAccessors": [],
1135-
"signature": "interface StylisticConfig
1136-
extends Pick<
1137-
StylisticCustomizeOptions,
1138-
"indent" | "quotes" | "jsx" | "semi"
1139-
> {}",
1135+
"signature": "interface StylisticConfig extends Pick<
1136+
StylisticCustomizeOptions,
1137+
"indent" | "quotes" | "jsx" | "semi"
1138+
> {}",
11401139
},
11411140
{
11421141
"docs": [],

test/packages/__snapshots__/preact.test.ts.snap

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,9 @@ exports[`preact@10.19.4 1`] = `
546546
"name": "Consumer",
547547
"properties": [],
548548
"setAccessors": [],
549-
"signature": "interface Consumer<T>
550-
extends FunctionComponent<{
551-
children: (value: T) => ComponentChildren;
552-
}> {}",
549+
"signature": "interface Consumer<T> extends FunctionComponent<{
550+
children: (value: T) => ComponentChildren;
551+
}> {}",
553552
},
554553
{
555554
"callSignatures": [],
@@ -987,11 +986,10 @@ exports[`preact@10.19.4 1`] = `
987986
"name": "Provider",
988987
"properties": [],
989988
"setAccessors": [],
990-
"signature": "interface Provider<T>
991-
extends FunctionComponent<{
992-
value: T;
993-
children?: ComponentChildren;
994-
}> {}",
989+
"signature": "interface Provider<T> extends FunctionComponent<{
990+
value: T;
991+
children?: ComponentChildren;
992+
}> {}",
995993
},
996994
{
997995
"callSignatures": [],

test/packages/__snapshots__/sentry__browser.test.ts.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5591,8 +5591,7 @@ exports[`@sentry/browser@7.100.1 1`] = `
55915591
],
55925592
"setAccessors": [],
55935593
"signature": "interface Transaction
5594-
extends TransactionContext,
5595-
Omit<Span, "setName" | "name"> {}",
5594+
extends TransactionContext, Omit<Span, "setName" | "name"> {}",
55965595
},
55975596
{
55985597
"callSignatures": [],

test/packages/__snapshots__/storylite__storylite.test.ts.snap

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -728,8 +728,9 @@ exports[`@storylite/storylite@0.14.0 1`] = `
728728
},
729729
],
730730
"setAccessors": [],
731-
"signature": "interface Story<P extends SLFunctionComponent = SLFunctionComponent<{}>>
732-
extends BaseStory<P> {}",
731+
"signature": "interface Story<
732+
P extends SLFunctionComponent = SLFunctionComponent<{}>,
733+
> extends BaseStory<P> {}",
733734
},
734735
{
735736
"callSignatures": [],
@@ -755,8 +756,9 @@ exports[`@storylite/storylite@0.14.0 1`] = `
755756
},
756757
],
757758
"setAccessors": [],
758-
"signature": "interface StoryWithId<P extends SLFunctionComponent = SLFunctionComponent<{}>>
759-
extends Story<P> {}",
759+
"signature": "interface StoryWithId<
760+
P extends SLFunctionComponent = SLFunctionComponent<{}>,
761+
> extends Story<P> {}",
760762
},
761763
{
762764
"docs": [],

test/packages/__snapshots__/twoslash.test.ts.snap

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,13 +1114,12 @@ exports[`twoslash@0.2.1 1`] = `
11141114
},
11151115
],
11161116
"setAccessors": [],
1117-
"signature": "interface TwoslashExecuteOptions
1118-
extends Partial<
1119-
Pick<
1120-
TwoslashReturnMeta,
1121-
"positionQueries" | "positionCompletions" | "positionHighlights"
1122-
>
1123-
> {}",
1117+
"signature": "interface TwoslashExecuteOptions extends Partial<
1118+
Pick<
1119+
TwoslashReturnMeta,
1120+
"positionQueries" | "positionCompletions" | "positionHighlights"
1121+
>
1122+
> {}",
11241123
},
11251124
{
11261125
"callSignatures": [],
@@ -1245,8 +1244,7 @@ exports[`twoslash@0.2.1 1`] = `
12451244
"properties": [],
12461245
"setAccessors": [],
12471246
"signature": "interface TwoslashOptions
1248-
extends CreateTwoslashOptions,
1249-
TwoslashExecuteOptions {}",
1247+
extends CreateTwoslashOptions, TwoslashExecuteOptions {}",
12501248
},
12511249
{
12521250
"callSignatures": [],

0 commit comments

Comments
 (0)