refactor(vitest): remove unused module resolutions

- Eliminated the module resolutions for '@mx-space/compiled/auth' and '@mx-space/compiled' from vitest.config.mts to clean up the configuration.
- This change helps streamline the configuration and improve maintainability.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-05-19 22:09:13 +08:00
parent 75e153c355
commit 40deef5204

View File

@@ -38,14 +38,6 @@ export default defineConfig({
__dirname,
'./test/mock/decorators/auth.decorator.ts',
),
'@mx-space/compiled/auth': resolve(
__dirname,
'../../packages/compiled/auth.ts',
),
'@mx-space/compiled': resolve(
__dirname,
'../../packages/compiled/index.ts',
),
},
},