Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
moon0326 committed Jun 16, 2023
1 parent 0e7d7bd commit dc3029d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/js/data/src/onboarding/test/reducer.ts
Expand Up @@ -57,6 +57,7 @@ describe( 'plugins reducer', () => {
emailPrefill: '',
errors: {},
requesting: {},
jetpackAuthUrls: {},
},
{
type: TYPES.SET_PROFILE_ITEMS,
Expand All @@ -79,6 +80,7 @@ describe( 'plugins reducer', () => {
emailPrefill: '',
errors: {},
requesting: {},
jetpackAuthUrls: {},
},
{
type: TYPES.SET_PROFILE_ITEMS,
Expand Down

0 comments on commit dc3029d

Please sign in to comment.