1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
- exports [` ExampleComponent Example test 1` ] = `
3
+ exports [` SampleComponent Example test 1` ] = `
4
4
<div class = " example sb-unstyled" >
5
- <input class = " ExampleComponentWithProps "
6
- data-testid = " ExampleComponent "
5
+ <input class = " SampleComponent "
6
+ data-testid = " SampleComponent "
7
7
value = " test"
8
8
>
9
9
</div >
@@ -42,7 +42,7 @@ exports[`ExampleComponent Example test 1`] = `
42
42
style = " white-space: pre;"
43
43
>
44
44
<span class = " token string" >
45
- "ExampleComponentWithProps "
45
+ "SampleComponent "
46
46
</span >
47
47
</code >
48
48
</pre >
@@ -173,7 +173,7 @@ exports[`ExampleComponent Example test 1`] = `
173
173
< / div >
174
174
` ;
175
175
176
- exports[` ExampleComponent Implementation test 1 ` ] = `
176
+ exports[` SampleComponent Implementation test 1 ` ] = `
177
177
<div class = " Source sb-unstyled " >
178
178
<pre class = " prismjs" >
179
179
<code class = " language-jsx"
@@ -204,15 +204,15 @@ exports[`ExampleComponent Implementation test 1`] = `
204
204
import
205
205
</span >
206
206
<span class >
207
- ExampleComponent
207
+ SampleComponent
208
208
</span >
209
209
<span class = " token keyword" >
210
210
from
211
211
</span >
212
212
<span class >
213
213
</span >
214
214
<span class = " token string" >
215
- "template-esm-react/ExampleComponent .mjs"
215
+ "template-esm-react/SampleComponent .mjs"
216
216
</span >
217
217
<span class = " token punctuation" >
218
218
;
@@ -227,7 +227,7 @@ exports[`ExampleComponent Implementation test 1`] = `
227
227
<span class >
228
228
</span >
229
229
<span class = " token function-variable function" >
230
- ExampleComponentWithProps
230
+ SampleComponentExample
231
231
</span >
232
232
<span class >
233
233
</span >
@@ -322,7 +322,7 @@ exports[`ExampleComponent Implementation test 1`] = `
322
322
<
323
323
</span >
324
324
<span class = " token tag class-name" >
325
- ExampleComponent
325
+ SampleComponent
326
326
</span >
327
327
<span class = " token tag" >
328
328
</span >
@@ -394,7 +394,7 @@ exports[`ExampleComponent Implementation test 1`] = `
394
394
"
395
395
</span >
396
396
<span class = " token tag attr-value" >
397
- ExampleComponentWithProps
397
+ SampleComponent
398
398
</span >
399
399
<span class = " token tag attr-value punctuation" >
400
400
"
@@ -458,7 +458,7 @@ exports[`ExampleComponent Implementation test 1`] = `
458
458
default
459
459
</span >
460
460
<span class >
461
- ExampleComponentWithProps
461
+ SampleComponentExample
462
462
</span >
463
463
<span class = " token punctuation" >
464
464
;
0 commit comments