Skip to content

Commit c6321e0

Browse files
committed
fixing snapshot error
1 parent 383104f commit c6321e0

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

src/components/content-presentation/table/components/__tests__/__snapshots__/TableBody.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Table.Body matches snapshot 1`] = `
44
<div>

src/components/content-presentation/table/components/__tests__/__snapshots__/TableCell.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Table.Cell matches snapshot 1`] = `
44
<div>

src/components/content-presentation/table/components/__tests__/__snapshots__/TableHead.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Table.Head matches snapshot 1`] = `
44
<div>

src/components/content-presentation/table/components/__tests__/__snapshots__/TableRow.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Table.Row matches snapshot 1`] = `
44
<div>

src/components/form-elements/button/__tests__/__snapshots__/Button.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Button disabled matches snapshot: DisabledButton 1`] = `
44
<div>

src/components/form-elements/character-count/__tests__/__snapshots__/CharacterCount.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Character Count Matches snapshot 1`] = `
44
<div>

src/components/form-elements/checkboxes/__tests__/__snapshots__/Checkboxes.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Checkboxes Matches the snapshot with an exclusive checkbox 1`] = `
44
<div>

src/components/form-elements/date-input/__tests__/__snapshots__/DateInput.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`DateInput matches snapshot 1`] = `
44
<div>

src/components/form-elements/fieldset/__tests__/__snapshots__/Fieldset.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Fieldset Fieldset.Legend matches snapshot: FieldsetLegend 1`] = `
44
<div>

src/components/form-elements/radios/__tests__/__snapshots__/Radios.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Radios matches snapshot 1`] = `
44
<div>

0 commit comments

Comments
 (0)