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:
@@ -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',
|
||||
),
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user