Testing Unitario y de integración
Herramientas
Jest
describe('module', () => {
it('test case', () => {
/* ... */`
})
})
@testing-library/react
render()
renderHook()
act()
@testing-library/jest-dom
getBy()
findBy()
queryBy()
getAllBy()
findAllBy()
queryAllBy()
Last updated