我正在使用supertest測試我的API終結點,它很好用,但是我不知道如何測試檔案下載是否成功。 在我的路線檔案中,我將端點定義為: app.get('/api/attachment/:id/file', ...
確定! 回上一頁