Skip to content

Commit 88b39e1

Browse files
committed
Update snapshots
1 parent 37fa669 commit 88b39e1

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

__tests__/components/__snapshots__/Pattern.test.js.snap

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,19 @@ exports[`REFERENCE - Pattern component renders the individual pattern (Singleton
5959
<span
6060
className="c2"
6161
>
62-
Description:
62+
Definition:
6363
</span>
64-
This pattern restricts object creation for a class to only one instance.
64+
Ensure a class has only one instance and provide a global point of access to it.
65+
</p>
66+
<p>
67+
<span
68+
className="c2"
69+
>
70+
Use when…
71+
</span>
72+
73+
there must by only one instance of a class
74+
.
6575
</p>
6676
<h3>
6777
ES5

__tests__/pages/__snapshots__/Patterns.test.js.snap

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,19 @@ exports[`Patterns page renders the individual Pattern (Singleton) info 1`] = `
295295
<span
296296
className="c2"
297297
>
298-
Description:
298+
Definition:
299299
</span>
300-
This pattern restricts object creation for a class to only one instance.
300+
Ensure a class has only one instance and provide a global point of access to it.
301+
</p>
302+
<p>
303+
<span
304+
className="c2"
305+
>
306+
Use when…
307+
</span>
308+
309+
there must by only one instance of a class
310+
.
301311
</p>
302312
<h3>
303313
ES5

0 commit comments

Comments
 (0)