This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
src/view/pages/__snapshots__ Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` GettingStartedPage component should render correctly 1` ] = `
4
- Array [
4
+ <div
5
+ className = " container"
6
+ >
5
7
<h1 >
6
8
Getting started
7
- </h1 >,
9
+ </h1 >
8
10
<select
9
11
className = " deviceSelector"
10
12
id = " target"
@@ -25,7 +27,7 @@ Array [
25
27
>
26
28
CPX
27
29
</option >
28
- </select >,
30
+ </select >
29
31
<div
30
32
className = " visibleElement"
31
33
id = " micro:bit"
@@ -92,7 +94,8 @@ Array [
92
94
</pre >
93
95
</span >
94
96
<h3 >
95
- And much more! These links have more tutorials:
97
+
98
+ And much more! These links have more tutorials:
96
99
</h3 >
97
100
<h3 >
98
101
<a
@@ -108,7 +111,7 @@ Array [
108
111
Microbit official documentation
109
112
</a >
110
113
</h3 >
111
- </div >,
114
+ </div >
112
115
<div
113
116
className = " inv"
114
117
id = " CPX"
@@ -166,7 +169,8 @@ Array [
166
169
</pre >
167
170
</span >
168
171
<h3 >
169
- And much more! These links have more tutorials:
172
+
173
+ And much more! These links have more tutorials:
170
174
</h3 >
171
175
<h3 >
172
176
<a
@@ -182,6 +186,6 @@ Array [
182
186
More example code
183
187
</a >
184
188
</h3 >
185
- </div >,
186
- ]
189
+ </div >
190
+ </ div >
187
191
` ;
You can’t perform that action at this time.
0 commit comments