Skip to content

Commit ab1c771

Browse files
committed
update: Fix snapshot test
1 parent d662a5d commit ab1c771

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/__snapshots__/App.test.js.snap

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ exports[`App Component should match snapshot 1`] = `
77
<ErrorBoundary>
88
<ToastContainer
99
autoClose={5000}
10-
bodyClassName={null}
11-
className={null}
12-
closeButton={
13-
<CloseButton
14-
ariaLabel="close"
15-
/>
16-
}
10+
closeButton={[Function]}
1711
closeOnClick={true}
1812
draggable={true}
1913
draggablePercent={80}
@@ -22,12 +16,8 @@ exports[`App Component should match snapshot 1`] = `
2216
pauseOnFocusLoss={true}
2317
pauseOnHover={true}
2418
position="top-right"
25-
progressClassName={null}
26-
progressStyle={null}
2719
role="alert"
2820
rtl={false}
29-
style={null}
30-
toastClassName={null}
3121
transition={[Function]}
3222
/>
3323
<HashRouter>

0 commit comments

Comments
 (0)