Can I have multiple jest tests asserting on a single result?

后端 未结 0 1785
孤街浪徒
孤街浪徒 2021-01-26 03:03

I made this test-structure:

describe("outer", ()=>{
  beforeAll(()=>{
    initDb()
  })

  beforeEach(()=>{
    resetConnection()
  })

  after         


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