vitest-expo: test your Expo apps with Vitest, a drop‑in Jest replacement
vitest-expo lets developers write tests for their Expo (React Native) apps using Vitest, providing a seamless drop‑in replacement for jest-expo. It mocks only the native boundary while executing the actual JavaScript, supporting iOS, Android, and Web platforms. The library includes helpers for mocking native modules and integrates with expo-router for navigation testing. It offers a smoother developer experience compared to Jest, leveraging Vitest's fast watch mode and modern ecosystem.
View on GitHub →niondigital/vitest-expo