tests cleanup

This commit is contained in:
2026-01-03 16:51:40 +01:00
parent e151fe02d0
commit 540c0fcb7a
34 changed files with 395 additions and 4402 deletions

View File

@@ -37,7 +37,7 @@ export default defineConfig({
alias: {
'@core': path.resolve(__dirname, './core'),
'@adapters': path.resolve(__dirname, './adapters'),
'@testing': path.resolve(__dirname, './testing'),
'@testing': path.resolve(__dirname, './adapters/testing'),
},
},
});