Skip to content

Commit 6c32825

Browse files
committed
fix: add unit tests
1 parent 6c88c12 commit 6c32825

File tree

2 files changed

+207
-136
lines changed

2 files changed

+207
-136
lines changed

ui/pages/confirmations/components/confirm/info/shared/transaction-details/__snapshots__/transaction-details.test.tsx.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`<TransactionDetails /> does not render component for transaction details 1`] = `
3+
exports[`Transaction Details <TransactionDetails /> does not render component for transaction details 1`] = `
44
<div>
55
<div
66
class="mm-box mm-box--margin-bottom-4 mm-box--padding-2 mm-box--background-color-background-default mm-box--rounded-md"
@@ -9,7 +9,7 @@ exports[`<TransactionDetails /> does not render component for transaction detail
99
</div>
1010
`;
1111

12-
exports[`<TransactionDetails /> renders component for transaction details 1`] = `
12+
exports[`Transaction Details <TransactionDetails /> renders component for transaction details 1`] = `
1313
<div>
1414
<div
1515
class="mm-box mm-box--margin-bottom-4 mm-box--padding-2 mm-box--background-color-background-default mm-box--rounded-md"

0 commit comments

Comments
 (0)