Skip to content

Commit a248c7d

Browse files
committed
fixed whitespaces issue in integration code
1 parent 37519b1 commit a248c7d

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

__tests__/shared/components/__snapshots__/Content.jsx.snap

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ exports[`Matches shallow shapshot 1`] = `
4545
</li>
4646
<li>
4747
Hot reload of JS code and SCSS styles in dev environment (start it with
48-
48+
4949
<code>
5050
$ npm run dev
5151
</code>
5252
);
5353
</li>
5454
<li>
5555
Loading of .svg assets as ReactJS components with
56-
56+
5757
<code>
5858
babel-plugin-inline-react-svg
5959
</code>
@@ -64,7 +64,7 @@ exports[`Matches shallow shapshot 1`] = `
6464
</li>
6565
<li>
6666
React CSS Modules (with
67-
67+
6868
<code>
6969
babel-plugin-react-css-modules
7070
</code>
@@ -85,25 +85,25 @@ exports[`Matches shallow shapshot 1`] = `
8585
<code>
8686
store.auth
8787
</code>
88-
88+
8989
of Redux store, or in
9090
<code>
9191
v3jwt
9292
</code>
93-
93+
9494
and
9595
<code>
9696
tcjwt
9797
</code>
98-
98+
9999
cookies of the front-end requests to the server);
100100
</li>
101101
<li>
102102
Stylefmt;
103103
</li>
104104
<li>
105105
Stylelint for SCSS (standard Stylelint style, run with
106-
106+
107107
<code>
108108
$ npm run lint:scss
109109
</code>
@@ -121,19 +121,19 @@ exports[`Matches shallow shapshot 1`] = `
121121
<strong>
122122
Challenge Details Page
123123
</strong>
124-
124+
125125
is available at the endpoint
126126
<code>
127127
/challenges/:challengeId
128128
</code>
129129
.
130130
<br />
131131
Here are some demo links valid in
132-
132+
133133
<strong>
134134
production
135135
</strong>
136-
136+
137137
environment:
138138
<br />
139139
@@ -181,7 +181,7 @@ exports[`Matches shallow shapshot 1`] = `
181181
.
182182
<br />
183183
Here are some demo links valid in
184-
184+
185185
<strong>
186186
development
187187
</strong>
@@ -258,11 +258,11 @@ exports[`Matches shallow shapshot 1`] = `
258258
</li>
259259
<li>
260260
Public Profile Page available at the
261-
261+
262262
<code>
263263
/members/:handle
264264
</code>
265-
265+
266266
endpoint. Valid links on dev:
267267
<br />
268268
<Link
@@ -302,7 +302,7 @@ exports[`Matches shallow shapshot 1`] = `
302302
>
303303
Submission Management Page
304304
</a>
305-
305+
306306
– generally available at the endpoint
307307
<code>
308308
/challenges/:challengeId/my-submissions
@@ -332,21 +332,21 @@ exports[`Matches shallow shapshot 1`] = `
332332
>
333333
Member Search 1
334334
</Link>
335-
,
335+
,
336336
<Link
337337
replace={false}
338338
to="/search/members?q=github"
339339
>
340340
Member Search 2
341341
</Link>
342-
,
342+
,
343343
<Link
344344
replace={false}
345345
to="/search/members?q=not-found"
346346
>
347347
Member Search 3
348348
</Link>
349-
,
349+
,
350350
<Link
351351
replace={false}
352352
to="/search/members?q=Siebel"
@@ -369,16 +369,16 @@ exports[`Matches shallow shapshot 1`] = `
369369
</li>
370370
<li>
371371
TCO Scoreboard demo is mounted on
372-
372+
373373
<code>
374374
/scoreboard/:id
375375
</code>
376376
, where
377-
377+
378378
<code>
379379
:id
380380
</code>
381-
381+
382382
is the competition ID, not related to the regular challenge IDs. Here are two demo links for the scoreboards for the competitions created by the scoreboard init script: ‌
383383
<Link
384384
replace={false}
@@ -841,7 +841,7 @@ exports[`Matches shallow shapshot 1`] = `
841841
</Link>
842842
</li>
843843
<li>
844-
844+
845845
— This is a part of simple PoC for CMS integration (Countentful CMS is the currently tested option);
846846
</li>
847847
<li>
@@ -851,7 +851,7 @@ exports[`Matches shallow shapshot 1`] = `
851851
>
852852
Buttons
853853
</Link>
854-
854+
855855
— Demo/test of standard buttons already available in the code, and customizable with help of
856856
<code>
857857
react-css-themr
@@ -881,7 +881,7 @@ exports[`Matches shallow shapshot 1`] = `
881881
>
882882
Color Mixins
883883
</Link>
884-
884+
885885
— Live demo of TC UI Kit color pallete;
886886
</li>
887887
<li>
@@ -891,7 +891,7 @@ exports[`Matches shallow shapshot 1`] = `
891891
>
892892
CSS Modules
893893
</Link>
894-
894+
895895
- Demo/test of CSS modules in action;
896896
</li>
897897
<li>
@@ -901,7 +901,7 @@ exports[`Matches shallow shapshot 1`] = `
901901
>
902902
Data Fetch
903903
</Link>
904-
904+
905905
- Demonstrates how data fetching should be implemented in isomorphic way, using Redux with Flux Standard Actions and promise;
906906
</li>
907907
<li>
@@ -919,7 +919,7 @@ exports[`Matches shallow shapshot 1`] = `
919919
>
920920
Error Message
921921
</Link>
922-
922+
923923
- Demonstrates UI component for errors messaging;
924924
</li>
925925
<li>
@@ -929,7 +929,7 @@ exports[`Matches shallow shapshot 1`] = `
929929
>
930930
Fonts Test
931931
</Link>
932-
932+
933933
- A simple showcase of the fonts included into this repo, and the test of their proper inclusion into the bundle;
934934
</li>
935935
<li>
@@ -973,7 +973,7 @@ exports[`Matches shallow shapshot 1`] = `
973973
>
974974
ScalableRect
975975
</Link>
976-
976+
977977
component makes it easy to create dynamically scaled components with fixed side ratio.
978978
</li>
979979
<li>
@@ -983,12 +983,12 @@ exports[`Matches shallow shapshot 1`] = `
983983
>
984984
SVG Loading
985985
</Link>
986-
986+
987987
- Shows how to load
988988
<code>
989989
.svg
990990
</code>
991-
991+
992992
assets with use of
993993
<code>
994994
babel-plugin-inline-react-svg
@@ -1002,7 +1002,7 @@ exports[`Matches shallow shapshot 1`] = `
10021002
>
10031003
Tags
10041004
</Link>
1005-
1005+
10061006
- Demo/test of standard tags already available in the code, and customizable with help of
10071007
<code>
10081008
react-css-themr
@@ -1016,7 +1016,7 @@ exports[`Matches shallow shapshot 1`] = `
10161016
>
10171017
Super Themr
10181018
</Link>
1019-
1019+
10201020
- Test/demo of
10211021
<code>
10221022
react-css-super-themr
@@ -1030,7 +1030,7 @@ exports[`Matches shallow shapshot 1`] = `
10301030
>
10311031
Typography
10321032
</Link>
1033-
1033+
10341034
- Most of Topcoder websites use the same styleguide for the design. In particular, all typography is supposed to use the set of styles from this example. For all these styles we have global mixins, which should be used whenever possible (but never modified without explicit approval).
10351035
</li>
10361036
<li>
@@ -1040,39 +1040,39 @@ exports[`Matches shallow shapshot 1`] = `
10401040
>
10411041
Thrive Articles Feed
10421042
</Link>
1043-
1043+
10441044
- Demo of Thrive Articles Feed component
10451045
<Link
10461046
replace={false}
10471047
to="/examples/gigs-feed"
10481048
>
10491049
Gigs Feed
10501050
</Link>
1051-
1051+
10521052
- Demo of Gigs Feed component
10531053
<Link
10541054
replace={false}
10551055
to="/examples/tco-leaderboards"
10561056
>
10571057
TCO Leaderboards
10581058
</Link>
1059-
1059+
10601060
Demo for TCO leaderboards component
10611061
<Link
10621062
replace={false}
10631063
to="/examples/challenges"
10641064
>
10651065
Challenges Feed
10661066
</Link>
1067-
1067+
10681068
- Demo of Challenges Feed Component
10691069
<Link
10701070
replace={false}
10711071
to="/examples/blog-feed"
10721072
>
10731073
Blog Feed
10741074
</Link>
1075-
1075+
10761076
- Demo of Blog Feed component
10771077
</li>
10781078
<li>
@@ -1082,7 +1082,7 @@ exports[`Matches shallow shapshot 1`] = `
10821082
>
10831083
Member Path - Path Selector
10841084
</Link>
1085-
1085+
10861086
— Demo for path selector component on member path page
10871087
</li>
10881088
</ul>

0 commit comments

Comments
 (0)