Skip to content

Commit

Permalink
feat: change .babelrc to babel.config.js according to https://github.…
Browse files Browse the repository at this point in the history
  • Loading branch information
SuZhou-Joe committed Nov 20, 2023
1 parent 88cc683 commit 841a273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
'<rootDir>/public/requests/',
'/__utils__/',
],
// https://github.com/jestjs/jest/issues/6229#issuecomment-403539460
transformIgnorePatterns: ['node_modules/(?!langchain|langsmith)'],
moduleNameMapper: {
'\\.(css|less|sass|scss)$': '<rootDir>/test/__mocks__/styleMock.js',
Expand Down

0 comments on commit 841a273

Please sign in to comment.