第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會有你想問的

在 Jest 測試中 Express App 中的測試完成后無法登錄

在 Jest 測試中 Express App 中的測試完成后無法登錄

哈士奇WWW 2022-05-26 11:25:28
這是我的笑話測試it('test the endpoint', async done => {        const request = supertest('http://localhost:3000/myexp');        request.get('/router1')        .expect(200)        .end((err, res) => {            if(err) {                throw err;            } else {                expect(res.text).toEqual('direct use 1st');            }        });        done();    })測試成功運(yùn)行,但它說測試完成后無法登錄。由于我將 HTTP 請求發(fā)送到 Express App 路由器,它應(yīng)該記錄一些消息,例如“API 獲取 [object Object] 的請求”。在這種情況下如何記錄消息?
查看完整描述

1 回答

?
POPMUISE

TA貢獻(xiàn)1765條經(jīng)驗(yàn) 獲得超5個(gè)贊

試試這個(gè)和 JSON.stringify(obj) 來查看你的對象


 it('test the endpoint', async done => {

    const request = supertest('http://localhost:3000/myexp');

    request.get('/router1')

    .expect(200)

    .end((err, res) => {

        if(err) {

            throw err;

        } else {

            expect(res.text).toEqual('direct use 1st');

            done();

        }

    });

})


查看完整回答
反對 回復(fù) 2022-05-26
  • 1 回答
  • 0 關(guān)注
  • 106 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號