Skip to content

Commit 8729d61

Browse files
author
Huan Li
committed
Fixed snapshots of test
1 parent a9c16dd commit 8729d61

File tree

3 files changed

+120
-0
lines changed

3 files changed

+120
-0
lines changed

__tests__/__snapshots__/index.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ Object {
129129
"updateProfileInit": [Function],
130130
"uploadPhotoDone": [Function],
131131
"uploadPhotoInit": [Function],
132+
"verifyMemberNewEmailDone": [Function],
133+
"verifyMemberNewEmailInit": [Function],
132134
},
133135
"reviewOpportunity": Object {
134136
"cancelApplicationsDone": [Function],

__tests__/actions/__snapshots__/profile.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Object {
4545
"updateProfileInit": [Function],
4646
"uploadPhotoDone": [Function],
4747
"uploadPhotoInit": [Function],
48+
"verifyMemberNewEmailDone": [Function],
49+
"verifyMemberNewEmailInit": [Function],
4850
},
4951
}
5052
`;

0 commit comments

Comments
 (0)