Ie. you can't test any of its parts individually without bringing in the whole framework.
In React only E2E testing is feasibly worth the effort.
Ie. you can't test any of its parts individually without bringing in the whole framework.
In React only E2E testing is feasibly worth the effort.
Integration tests functions/systems directly. Including external resources (ex DB).
Unit tests functions directly but mocks/patches all external resources.
Integration tests functions/systems directly. Including external resources (ex DB).
Unit tests functions directly but mocks/patches all external resources.