Skip to content

Commit

Permalink
test: use ts-jest instead of babel
Browse files Browse the repository at this point in the history
  • Loading branch information
slavik-chapelskyi committed Aug 25, 2023
1 parent 1a10260 commit 4b8f51e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,19 @@
"prettier --write"
]
},
"babel": {
"extends": "@shelf/babel-config/backend"
},
"prettier": "@shelf/prettier-config",
"jest": {
"preset": "./jest-preset.js"
"preset": "./jest-preset.js",
"transform": {
"^.+\\.tsx?$": "ts-jest"
}
},
"dependencies": {
"@shelf/elasticsearch-local": "3.2.0",
"cwd": "0.10.0"
},
"devDependencies": {
"@babel/cli": "7.22.10",
"@babel/core": "7.22.11",
"@elastic/elasticsearch": "8.4.0",
"@shelf/babel-config": "1.2.0",
"@shelf/eslint-config": "2.29.0",
"@shelf/prettier-config": "0.0.7",
"@shelf/tsconfig": "0.0.8",
Expand All @@ -67,6 +64,7 @@
"jest": "28.1.3",
"lint-staged": "13.3.0",
"prettier": "2.8.8",
"ts-jest": "28.0.8",
"typescript": "5.1.6"
},
"engines": {
Expand Down

0 comments on commit 4b8f51e

Please sign in to comment.