Test-Driven React 2: ToC and description have different test libraries

@TrevorBurnham

Hi everyone,

the book description on pragprog contains the following:

[…] easy-to-understand tests with Vitest and React Testing Library. […]

The table of contents suggest that Jest is being used in the book.

Test-Driven Development with Jest

Was Vitest replaced by Jest or vice versa?