Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix incorrectly mocked locale
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Feb 7, 2022
1 parent 7df239c commit 79edd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/composables/use-i18n-utilities.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jest.mock('@nuxtjs/composition-api', () => ({
resultsCount,
localeCount,
}),
locale: 'en',
},
locale: 'en',
}),
}))

Expand Down

0 comments on commit 79edd15

Please sign in to comment.