Skip to content

Commit a7dd275

Browse files
authored
Merge pull request #57 from topcoder-platform/develop
Fix tests
2 parents 03f7bc9 + de547d8 commit a7dd275

File tree

5 files changed

+76
-63
lines changed

5 files changed

+76
-63
lines changed

__tests__/__snapshots__/index.js.snap

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Object {
123123
"saveEmailPreferencesInit": [Function],
124124
"unlinkExternalAccountDone": [Function],
125125
"unlinkExternalAccountInit": [Function],
126+
"updateEmailConflict": [Function],
126127
"updatePasswordDone": [Function],
127128
"updatePasswordInit": [Function],
128129
"updateProfileDone": [Function],

__tests__/actions/__snapshots__/profile.js.snap

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Object {
3939
"saveEmailPreferencesInit": [Function],
4040
"unlinkExternalAccountDone": [Function],
4141
"unlinkExternalAccountInit": [Function],
42+
"updateEmailConflict": [Function],
4243
"updatePasswordDone": [Function],
4344
"updatePasswordInit": [Function],
4445
"updateProfileDone": [Function],

dist/dev/index.js

+71-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/prod/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)