UNPKG

vue-i18n-extract

Version:

Manage vue-i18n localization with static analysis

11 lines (10 loc) 204 B
module.exports = { preset: "ts-jest", moduleNameMapper: { '^@/(.*)$': '<rootDir>/src/$1' }, testMatch: [ '**/tests/unit/**/*.spec.(js|ts)|**/__tests__/*.(js|ts)' ], verbose: false, };