Is it wrong to use a node module package directly in unit tests instead of mocking them
I’m using vitest to write some unit tests in my react app, and I’ve been wondering why we don’t just use the node_module packages when necessary directly instead of mocking them?