Skip to content

Commit

Permalink
Remove babel.
Browse files Browse the repository at this point in the history
  • Loading branch information
tealefristoe committed Sep 23, 2024
1 parent 055719d commit 2d4948c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 38 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
preset: 'ts-jest/presets/js-with-ts',
testEnvironment: 'jsdom', // Use 'jsdom' for JSX rendering support
transform: {
'^.+\\.js$': 'babel-jest', // Transforms JavaScript files with babel-jest
'^.+\\.tsx?$': 'ts-jest', // Handles .ts and .tsx files
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], // Ensure it recognizes .tsx files
Expand Down
32 changes: 0 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@cypress/code-coverage": "^3.12.11",
"@cypress/webpack-preprocessor": "^6.0.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
Expand Down

0 comments on commit 2d4948c

Please sign in to comment.