Skip to content

Commit 663f5d9

Browse files
test(layout): update snapshots
1 parent 505c624 commit 663f5d9

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

packages/~/app/layout/src/__snapshots__/main.test.tsx.snap

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,13 @@ exports[`Main Layout 1`] = `
4646
<!-- -->
4747
4848
<link
49-
rel="stylesheet"
50-
href="/node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.min.css"
51-
/>
49+
rel="stylesheet"
50+
href="/node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.min.css"
51+
/>
52+
<link
53+
rel="stylesheet"
54+
href="/node_modules/@gouvfr/dsfr/dist/utility/utility.min.css"
55+
/>
5256
5357
<!-- -->
5458

packages/~/app/layout/src/__snapshots__/root.test.tsx.snap

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,13 @@ exports[`development 1`] = `
4646
<!-- -->
4747
4848
<link
49-
rel="stylesheet"
50-
href="/assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.css"
51-
/>
49+
rel="stylesheet"
50+
href="/assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.css"
51+
/>
52+
<link
53+
rel="stylesheet"
54+
href="/assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/utility/utility.min.css"
55+
/>
5256
5357
<!-- -->
5458
@@ -204,9 +208,13 @@ exports[`production 1`] = `
204208
<!-- -->
205209
206210
<link
207-
rel="stylesheet"
208-
href="/assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.css"
209-
/>
211+
rel="stylesheet"
212+
href="/assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/dsfr/dsfr.css"
213+
/>
214+
<link
215+
rel="stylesheet"
216+
href="/assets/ASSETS_PATH/node_modules/@gouvfr/dsfr/dist/utility/utility.min.css"
217+
/>
210218
211219
<!-- -->
212220

0 commit comments

Comments
 (0)