mirror of
https://github.com/unraid/api.git
synced 2026-01-10 10:40:04 -06:00
- Updated `ActivationModal.test.ts` to include new mock functions for Apollo's `onDone` and `onError`, improving test coverage for mutation handling. - Enhanced `activationCodeData.test.ts` to utilize a new `customization` structure for onboarding state management, ensuring accurate query mock setups. - Removed unused `activationCodeData` from the `purchase.test.ts` to streamline test data and improve clarity. These changes improve the robustness and accuracy of the test suite, ensuring better alignment with the current implementation of onboarding and activation processes.