fix: fix translations #1124

Merged
carlossa merged 3 commits from warmFix-translationsMonitorItem into dev 2024-12-23 09:48:47 +00:00
32 changed files with 1 additions and 1 deletions
Showing only changes of commit d484287601 - Show all commits

View File

@ -13,7 +13,7 @@ export default defineConfig({
include: [ include: [
// Matches vitest tests in any subfolder of 'src' or into 'test/vitest/__tests__' // Matches vitest tests in any subfolder of 'src' or into 'test/vitest/__tests__'
// Matches all files with extension 'js', 'jsx', 'ts' and 'tsx' // Matches all files with extension 'js', 'jsx', 'ts' and 'tsx'
'test/vitest/__tests__/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}', 'src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}',
], ],
}, },
plugins: [ plugins: [