A kata project to practice software design and automation testing in React.
The app enables to record campus addresses.
The project is configured for different types of tests.
Unit tests (vitest) will execute files matching __tests__/*.test.ts pattern:
pnpm test:unitIntegration tests (cypress) will pick files matching __tests__/*.test.tsx pattern (notice the .tsx extension in comparison to unit tests):
pnpm test:integration