Skip to content

Commit

Permalink
config babel
Browse files Browse the repository at this point in the history
  • Loading branch information
haianhng31 committed Jul 2, 2024
1 parent ca3c601 commit e7a0bc8
Show file tree
Hide file tree
Showing 4 changed files with 1,573 additions and 75 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
8 changes: 8 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
transform: {
'^.+\\.js$': 'babel-jest',
},
transformIgnorePatterns: [
'/node_modules/(?!(bson)/)',
],
};
Loading

0 comments on commit e7a0bc8

Please sign in to comment.