Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 17, 2025
1 parent 981f940 commit fea271a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export default {
preset: "ts-jest",
testEnvironment: "node",
moduleNameMapper: {
"(.+)\.js": "$1",
"(.+)\.js$": "$1",
},
};
6 changes: 5 additions & 1 deletion tests/unit/fetcher/stream-wrappers/webpack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ describe("test env compatibility", () => {
],
},
resolve: {
extensions: [".tsx", ".ts", ".js"],
extensions: [".tsx", ".ts", ".jsx", ".js"],
extensionAlias: {
".js": [".ts", ".js"],
".jsx": [".tsx", ".jsx"],
},
},
},
(err, stats) => {
Expand Down

0 comments on commit fea271a

Please sign in to comment.