Skip to content

Commit 758b86c

Browse files
committed
nuisance: auto test generation formatting
1 parent d38c8f2 commit 758b86c

File tree

11 files changed

+0
-64
lines changed

11 files changed

+0
-64
lines changed

packages/ripple/tests/hydration/compiled/client/events.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ export function ParentWithChildButton(__anchor, _, __block) {
253253
onClick: () => {
254254
_$_.update(count);
255255
},
256-
257256
label: "Click me"
258257
},
259258
_$_.active_block

packages/ripple/tests/hydration/compiled/client/for.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@ export function ForLoopDeeplyNested(__anchor, _, __block) {
844844
{
845845
id: 'd1',
846846
name: 'Engineering',
847-
848847
teams: [
849848
{ id: 't1', name: 'Frontend', members: ['Alice', 'Bob'] },
850849
{ id: 't2', name: 'Backend', members: ['Charlie'] }

packages/ripple/tests/hydration/compiled/client/html.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,6 @@ export function HtmlWithServerData(__anchor, _, __block) {
614614
{
615615
editPath: "docs/introduction.md",
616616
nextLink: { href: '/docs/quick-start', text: 'Quick Start' },
617-
618617
toc: [
619618
{ href: '#intro', text: 'Introduction' },
620619
{ href: '#features', text: 'Features' }
@@ -836,7 +835,6 @@ export function HtmlAfterSwitchInChildren(__anchor, _, __block) {
836835
node_36,
837836
{
838837
level: 1,
839-
840838
children(__anchor, _, __block) {
841839
_$_.push_component();
842840

@@ -1002,7 +1000,6 @@ function SideNav(__anchor, __props, __block) {
10021000
node_41,
10031001
{
10041002
title: "Getting Started",
1005-
10061003
children(__anchor, _, __block) {
10071004
_$_.push_component();
10081005

@@ -1014,7 +1011,6 @@ function SideNav(__anchor, __props, __block) {
10141011
{
10151012
href: "/intro",
10161013
text: "Introduction",
1017-
10181014
get active() {
10191015
return __props.currentPath === '/intro';
10201016
}
@@ -1029,7 +1025,6 @@ function SideNav(__anchor, __props, __block) {
10291025
{
10301026
href: "/start",
10311027
text: "Quick Start",
1032-
10331028
get active() {
10341029
return __props.currentPath === '/start';
10351030
}
@@ -1056,7 +1051,6 @@ function SideNav(__anchor, __props, __block) {
10561051
node_44,
10571052
{
10581053
title: "Guide",
1059-
10601054
children(__anchor, _, __block) {
10611055
_$_.push_component();
10621056

@@ -1068,7 +1062,6 @@ function SideNav(__anchor, __props, __block) {
10681062
{
10691063
href: "/guide/app",
10701064
text: "Application",
1071-
10721065
get active() {
10731066
return __props.currentPath === '/guide/app';
10741067
}
@@ -1083,7 +1076,6 @@ function SideNav(__anchor, __props, __block) {
10831076
{
10841077
href: "/guide/syntax",
10851078
text: "Syntax",
1086-
10871079
get active() {
10881080
return __props.currentPath === '/guide/syntax';
10891081
}
@@ -1556,7 +1548,6 @@ export function DocsLayoutWithData(__anchor, _, __block) {
15561548
{
15571549
editPath: "docs/styling.md",
15581550
nextLink: { href: '/next', text: 'Next' },
1559-
15601551
children(__anchor, _, __block) {
15611552
_$_.push_component();
15621553

@@ -1887,7 +1878,6 @@ export function DocsLayoutExactWithData(__anchor, _, __block) {
18871878
editPath: "docs/guide/styling.md",
18881879
prevLink: { href: '/prev', text: 'Previous' },
18891880
nextLink: { href: '/next', text: 'Next' },
1890-
18911881
toc: [
18921882
{ href: '#intro', text: 'Introduction' },
18931883
{ href: '#usage', text: 'Usage' }
@@ -1937,7 +1927,6 @@ export function DocsLayoutExactWithoutData(__anchor, _, __block) {
19371927
prevLink,
19381928
nextLink,
19391929
toc,
1940-
19411930
children(__anchor, _, __block) {
19421931
_$_.push_component();
19431932

@@ -2037,7 +2026,6 @@ export function NestedTemplateInLayout(__anchor, _, __block) {
20372026
node_89,
20382027
{
20392028
data: doc,
2040-
20412029
children(__anchor, _, __block) {
20422030
_$_.push_component();
20432031

packages/ripple/tests/hydration/compiled/server/basic.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ export function WebsiteIndex(__output) {
429429

430430
const args = [
431431
__output,
432-
433432
{
434433
children: function children(__output) {
435434
_$_.push_component();

packages/ripple/tests/hydration/compiled/server/composite.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export function LayoutWithSingleChild(__output) {
8484

8585
const args = [
8686
__output,
87-
8887
{
8988
children: function children(__output) {
9089
_$_.push_component();
@@ -115,7 +114,6 @@ export function LayoutWithMultipleChildren(__output) {
115114

116115
const args = [
117116
__output,
118-
119117
{
120118
children: function children(__output) {
121119
_$_.push_component();
@@ -155,7 +153,6 @@ export function LayoutWithMultiRootChild(__output) {
155153

156154
const args = [
157155
__output,
158-
159156
{
160157
children: function children(__output) {
161158
_$_.push_component();

packages/ripple/tests/hydration/compiled/server/events.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,10 @@ export function ParentWithChildButton(__output) {
221221

222222
const args = [
223223
__output,
224-
225224
{
226225
onClick: () => {
227226
_$_.update(count);
228227
},
229-
230228
label: "Click me"
231229
}
232230
];

packages/ripple/tests/hydration/compiled/server/for.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ export function ForLoopDeeplyNested(__output) {
684684
{
685685
id: 'd1',
686686
name: 'Engineering',
687-
688687
teams: [
689688
{ id: 't1', name: 'Frontend', members: ['Alice', 'Bob'] },
690689
{ id: 't2', name: 'Backend', members: ['Charlie'] }

packages/ripple/tests/hydration/compiled/server/hmr.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export function LayoutWithContent(__output) {
8686

8787
const args = [
8888
__output,
89-
9089
{
9190
children: function children(__output) {
9291
_$_.push_component();

packages/ripple/tests/hydration/compiled/server/html.js

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ export function HtmlInChildren(__output) {
178178

179179
const args = [
180180
__output,
181-
182181
{
183182
children: function children(__output) {
184183
_$_.push_component();
@@ -216,7 +215,6 @@ export function HtmlInChildrenWithSiblings(__output) {
216215

217216
const args = [
218217
__output,
219-
220218
{
221219
children: function children(__output) {
222220
_$_.push_component();
@@ -263,7 +261,6 @@ export function MultipleHtmlInChildren(__output) {
263261

264262
const args = [
265263
__output,
266-
267264
{
268265
children: function children(__output) {
269266
_$_.push_component();
@@ -347,7 +344,6 @@ export function HtmlWithCommentsInChildren(__output) {
347344

348345
const args = [
349346
__output,
350-
351347
{
352348
children: function children(__output) {
353349
_$_.push_component();
@@ -554,11 +550,9 @@ export function HtmlWithServerData(__output) {
554550

555551
const args = [
556552
__output,
557-
558553
{
559554
editPath: "docs/introduction.md",
560555
nextLink: { href: '/docs/quick-start', text: 'Quick Start' },
561-
562556
toc: [
563557
{ href: '#intro', text: 'Introduction' },
564558
{ href: '#features', text: 'Features' }
@@ -600,7 +594,6 @@ export function HtmlWithClientDefaults(__output) {
600594

601595
const args = [
602596
__output,
603-
604597
{
605598
children: function children(__output) {
606599
_$_.push_component();
@@ -638,7 +631,6 @@ export function HtmlWithUndefinedContent(__output) {
638631

639632
const args = [
640633
__output,
641-
642634
{
643635
children: function children(__output) {
644636
_$_.push_component();
@@ -813,7 +805,6 @@ export function HtmlAfterSwitchInChildren(__output) {
813805

814806
const args = [
815807
__output,
816-
817808
{
818809
children: function children(__output) {
819810
_$_.push_component();
@@ -823,10 +814,8 @@ export function HtmlAfterSwitchInChildren(__output) {
823814

824815
const args = [
825816
__output,
826-
827817
{
828818
level: 1,
829-
830819
children: function children(__output) {
831820
_$_.push_component();
832821
__output.push('Title');
@@ -1009,10 +998,8 @@ function SideNav(__output, { currentPath }) {
1009998

1010999
const args = [
10111000
__output,
1012-
10131001
{
10141002
title: "Getting Started",
1015-
10161003
children: function children(__output) {
10171004
_$_.push_component();
10181005

@@ -1021,7 +1008,6 @@ function SideNav(__output, { currentPath }) {
10211008

10221009
const args = [
10231010
__output,
1024-
10251011
{
10261012
href: "/intro",
10271013
text: "Introduction",
@@ -1037,7 +1023,6 @@ function SideNav(__output, { currentPath }) {
10371023

10381024
const args = [
10391025
__output,
1040-
10411026
{
10421027
href: "/start",
10431028
text: "Quick Start",
@@ -1068,10 +1053,8 @@ function SideNav(__output, { currentPath }) {
10681053

10691054
const args = [
10701055
__output,
1071-
10721056
{
10731057
title: "Guide",
1074-
10751058
children: function children(__output) {
10761059
_$_.push_component();
10771060

@@ -1080,7 +1063,6 @@ function SideNav(__output, { currentPath }) {
10801063

10811064
const args = [
10821065
__output,
1083-
10841066
{
10851067
href: "/guide/app",
10861068
text: "Application",
@@ -1096,7 +1078,6 @@ function SideNav(__output, { currentPath }) {
10961078

10971079
const args = [
10981080
__output,
1099-
11001081
{
11011082
href: "/guide/syntax",
11021083
text: "Syntax",
@@ -1312,7 +1293,6 @@ export function ArticleWithChildrenThenSibling(__output) {
13121293

13131294
const args = [
13141295
__output,
1315-
13161296
{
13171297
children: function children(__output) {
13181298
_$_.push_component();
@@ -1414,7 +1394,6 @@ export function ArticleWithHtmlChildThenSibling(__output) {
14141394

14151395
const args = [
14161396
__output,
1417-
14181397
{
14191398
children: function children(__output) {
14201399
_$_.push_component();
@@ -1557,7 +1536,6 @@ export function InlineArticleWithHtmlChild(__output) {
15571536

15581537
const args = [
15591538
__output,
1560-
15611539
{
15621540
children: function children(__output) {
15631541
_$_.push_component();
@@ -1786,11 +1764,9 @@ export function DocsLayoutWithData(__output) {
17861764

17871765
const args = [
17881766
__output,
1789-
17901767
{
17911768
editPath: "docs/styling.md",
17921769
nextLink: { href: '/next', text: 'Next' },
1793-
17941770
children: function children(__output) {
17951771
_$_.push_component();
17961772
__output.push('<div');
@@ -1827,7 +1803,6 @@ export function DocsLayoutWithoutData(__output) {
18271803

18281804
const args = [
18291805
__output,
1830-
18311806
{
18321807
children: function children(__output) {
18331808
_$_.push_component();
@@ -1857,7 +1832,6 @@ export function DocsLayoutWithoutData(__output) {
18571832

18581833
async function DocsLayoutExact(
18591834
__output,
1860-
18611835
{
18621836
children,
18631837
editPath = '',
@@ -2112,12 +2086,10 @@ export function DocsLayoutExactWithData(__output) {
21122086

21132087
const args = [
21142088
__output,
2115-
21162089
{
21172090
editPath: "docs/guide/styling.md",
21182091
prevLink: { href: '/prev', text: 'Previous' },
21192092
nextLink: { href: '/next', text: 'Next' },
2120-
21212093
toc: [
21222094
{ href: '#intro', text: 'Introduction' },
21232095
{ href: '#usage', text: 'Usage' }
@@ -2163,13 +2135,11 @@ export function DocsLayoutExactWithoutData(__output) {
21632135

21642136
const args = [
21652137
__output,
2166-
21672138
{
21682139
editPath,
21692140
prevLink,
21702141
nextLink,
21712142
toc,
2172-
21732143
children: function children(__output) {
21742144
_$_.push_component();
21752145
__output.push('<div');
@@ -2336,10 +2306,8 @@ export function NestedTemplateInLayout(__output) {
23362306

23372307
const args = [
23382308
__output,
2339-
23402309
{
23412310
data: doc,
2342-
23432311
children: function children(__output) {
23442312
_$_.push_component();
23452313
__output.push('<div');

0 commit comments

Comments
 (0)