![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 jimmy ![]()
![]() |
當我對csrfData.js 的 getArticlesFromDatabase進行單元測試時,跳出了以下的錯誤訊息: (node:2103) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): herer is reject fail: (node:2103) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. 似乎是axios裡的值讀取錯誤所導致,但csrfData.js import進react component是能夠正確運行的。 請問有哪位前輩知道原因嗎? 以下附上程式碼: csrfData.js csrfData.test.js |