create a vitest.setup.ts and add
vitest.setup.ts
import "@testing-library/jest-dom";
include this file (vitest.setup.ts) in the tsconfig.app.json in the attribute include
tsconfig.app.json
include
"include": ["src", "vitest.setup.ts"]