Fix tests by using jest-babel

This commit is contained in:
Justin Holguín
2024-09-27 19:57:15 +00:00
committed by GitHub
parent ecb240e2d7
commit 2857c71253
4 changed files with 2927 additions and 291 deletions

View File

@@ -36,11 +36,14 @@
"yaml": "^2.2.2"
},
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.1",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.46.0",
"jest": "^29.5.0",
"jest-transform-stub": "^2.0.0",
"ts-jest": "^29.1.0"
}
}