mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
// tests/unit.setup.ts
|
|
import { config } from '@vue/test-utils'
|
|
|
|
config.global.mocks = {
|
|
$t: (tKey: string) => "$t('" + tKey + "')", // just return translation key
|
|
}
|