yeah i did, although honestly i've forgotten if it was just this one line in a test-setup file:
mockNuxtImport('useI18n', () => () => useNuxtApp().$i18n);
Thanks! This is what I was looking for, but on second though I think it might be prettier with my own solution, since I'd have to place the page meta-data on all sub-pages as well, right?