mocks pending and isDone() is false when running simple test in Azure pipeline

前端 未结 0 1278
没有蜡笔的小新
没有蜡笔的小新 2020-12-11 01:13

I have a simple test

  const url = \'http://www.google.com\';
  it.only(\'should return Test\', async () => {
    const stub = nock(url).get(\'/\').reply(2         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题