Skip to content

Commit

Permalink
fix(runtime): fix the alias problem on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingjfe committed Sep 20, 2024
1 parent 8839bc9 commit f710676
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/jest-ut.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ module.exports = {
'^@meta/runtime$': '<rootDir>/packages/runtime/plugin-runtime/src',
'^@meta/runtime/context$':
'<rootDir>/packages/runtime/plugin-runtime/src/core/context',
'^@modern-js/runtime/browser$':
'<rootDir>/packages/runtime/plugin-runtime/src/core/browser',
'^@modern-js/runtime/react$':
'<rootDir>/packages/runtime/plugin-runtime/src/core/react',
'^@modern-js/runtime$':
'<rootDir>/packages/runtime/plugin-runtime/src/index',
},
globals: {},
resolver: '<rootDir>/tests/jest.resolver.js',
Expand Down

0 comments on commit f710676

Please sign in to comment.