Fix Node.js SDK routes and multipart handling (#28573)

This commit is contained in:
yyh
2025-11-24 21:00:40 +08:00
committed by GitHub
parent aab95d0626
commit 034e3e85e9
5 changed files with 111 additions and 30 deletions

View File

@@ -18,11 +18,6 @@
"scripts": {
"test": "jest"
},
"jest": {
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
}
},
"dependencies": {
"axios": "^1.3.5"
},