Skip to content

Commit 40deef5

Browse files
committed
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 <[email protected]>
1 parent 75e153c commit 40deef5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

apps/core/vitest.config.mts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ export default defineConfig({
3838
__dirname,
3939
'./test/mock/decorators/auth.decorator.ts',
4040
),
41-
'@mx-space/compiled/auth': resolve(
42-
__dirname,
43-
'../../packages/compiled/auth.ts',
44-
),
45-
'@mx-space/compiled': resolve(
46-
__dirname,
47-
'../../packages/compiled/index.ts',
48-
),
4941
},
5042
},
5143

0 commit comments

Comments
 (0)