Merge pull request '8320-moveTestsToSections' (!1117) from 8320-moveTestsToSections into dev
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1117
Reviewed-by: Jorge Penadés <jorgep@verdnatura.es>
This commit is contained in:
PAU ROVIRA ROSALENY 2024-12-23 09:21:46 +00:00
commit 67315cc9e3
32 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export default defineConfig({
include: [
// Matches vitest tests in any subfolder of 'src' or into 'test/vitest/__tests__'
// 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: [