Skip to content

Commit 98fb364

Browse files
authored
Merge branch 'main' into feature/CCM-9704-email-to
2 parents 651ec47 + 8ccc668 commit 98fb364

File tree

52 files changed

+6661
-3856
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+6661
-3856
lines changed

frontend/src/__tests__/components/atoms/__snapshots__/CodeExample.test.tsx.snap

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ exports[`CodeExample component renders component correctly 1`] = `
88
>
99
This is an example of markdown:
1010
</span>
11-
<code
12-
aria-describedby="test-id"
11+
<pre
12+
class="nhsuk-code-block"
1313
>
14-
# A test example
15-
</code>
14+
<code
15+
aria-describedby="test-id"
16+
>
17+
# A test example
18+
</code>
19+
</pre>
1620
</DocumentFragment>
1721
`;
1822

@@ -24,11 +28,15 @@ exports[`CodeExample component renders component correctly when optional class i
2428
>
2529
This is an example of markdown:
2630
</span>
27-
<code
28-
aria-describedby="test-id"
29-
class="test-class"
31+
<pre
32+
class="nhsuk-code-block"
3033
>
31-
# A test example
32-
</code>
34+
<code
35+
aria-describedby="test-id"
36+
class="test-class"
37+
>
38+
# A test example
39+
</code>
40+
</pre>
3341
</DocumentFragment>
3442
`;

0 commit comments

Comments
 (0)