The best test I’ve ever seen!!
describe('The component renders ok', () => {
it('renders without error', () => {
expect(true).toBeTruthy()
})
})
And there it is… the best test ever written!
I laughed.
We write things we think about
describe('The component renders ok', () => {
it('renders without error', () => {
expect(true).toBeTruthy()
})
})
And there it is… the best test ever written!
I laughed.