Skip to content

Instantly share code, notes, and snippets.

@Hyphon
Created April 19, 2024 07:19
Show Gist options
  • Save Hyphon/bc3b322543f3e132a995136c482fd30b to your computer and use it in GitHub Desktop.
Save Hyphon/bc3b322543f3e132a995136c482fd30b to your computer and use it in GitHub Desktop.
stub $t (vue-i18n) within Vue-Test-Utils
const wrapper = mount(MyComponent, {
mocks: {
$t: (msg) => msg
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment