I made the same settings for running vitest like in this article: https://medium.com/@zamin_mirzad/how-to-setup-vite-js-react-js-typescript-vitest-js-6e01b6436c6a
But when I run yarn test I have this issue https://i.sstatic.net/4s5Ae.png
And it can`t find any matchers https://i.sstatic.net/IJlRc.png
Please, help me!) Maybe I need something to the config?
import * as matchers from "@testing-library/jest-dom/matchers";
instead ofimport matchers from "@testing-library/jest-dom/matchers";
as suggested. This is highlighted in issue 439 here – Poohpooh