I m试图为APIC末点撰写一些单位测试,并在Javadspew/超标上决定。 我走了基本坡道,但处理具体问题,以检查应对措施。 我想把尸体捆绑起来,检查预期的外地回报是否正确。 我在网上看到的多数东西都使用这一方法,但在我尝试时总是通过这种方法,即便在我进入价值观时,我知道在初生中还不存在。 任何建议? 这里是我的法典:
describe( GET category , function () {
it( response w/ only injury returned , function () {
request( endpoint )
.get( path )
.set( header , token )
.expect(200)
.then(response => {
console.assert(response.body, "Baseball")
})
})
});
I have also tried changing the .then to .expect, with same results. If I do response.body.specificFieldinBody I get similar results. Any help?