Skip to content

Commit

Permalink
fix: web config
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Jul 2, 2024
1 parent c7ec34c commit 8172509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const configs = {
moduleFileExtensions: [...defaults.moduleFileExtensions, 'js', 'ts', 'tsx'],
verbose: true,
testRegex: '(/__test__/.*|(\\.|/)(test|spec))\\.tsx?$',
resolver: `${__dirname}/scripts/jest-resolver.cjs`,
resolver: path.resolve(__dirname, '../scripts/jest-resolver.cjs'),
transform: {
'^.+\\.(ts|tsx)?$': ['@swc/jest', swcJestConfig],
'^.+\\.(js|jsx)$': ['@swc/jest', swcJestConfig],
Expand Down
2 changes: 1 addition & 1 deletion web/packages/magent-core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "es",
Expand Down

0 comments on commit 8172509

Please sign in to comment.